Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 3d7cc13

Browse files
committed
Merge branch 'hotfix/3'
Close #3
2 parents 3b8bc03 + 1abc52f commit 3d7cc13

File tree

4 files changed

+203
-67
lines changed

4 files changed

+203
-67
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5+
## 0.1.3 - 2018-02-26
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- [#3](https://github.com/zendframework/zend-expressive-authentication-basic/pull/3)
14+
updates the zendframework/zend-expressive-authentication minimum supported
15+
version to 0.3.
16+
17+
### Deprecated
18+
19+
- Nothing.
20+
21+
### Removed
22+
23+
- Nothing.
24+
25+
### Fixed
26+
27+
- Nothing.
28+
529
## 0.1.2 - 2017-12-13
630

731
### Added

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"php": "^7.1",
2222
"psr/container": "^1.0",
2323
"psr/http-message": "^1.0.1",
24-
"zendframework/zend-expressive-authentication": "^0.1 || ^0.2 || ^1.0.0-dev || ^1.0"
24+
"zendframework/zend-expressive-authentication": "^0.3 || ^1.0.0-dev || ^1.0"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^6.3",

0 commit comments

Comments
 (0)