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

Commit edec9b1

Browse files
committed
Merge branch 'feature/authentication-alpha3'
Close #4
2 parents 3d7cc13 + 9253e6d commit edec9b1

File tree

5 files changed

+147
-152
lines changed

5 files changed

+147
-152
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.2.0 - 2018-02-26
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- [#4](https://github.com/zendframework/zend-expressive-authentication-basic/pull/4)
14+
changes the zendframework/zend-expressive-authentication minimum supported
15+
version to 1.0.0alpha3.
16+
17+
### Deprecated
18+
19+
- Nothing.
20+
21+
### Removed
22+
23+
- Nothing.
24+
25+
### Fixed
26+
27+
- Nothing.
28+
529
## 0.1.3 - 2018-02-26
630

731
### Added

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"php": "^7.1",
2222
"psr/container": "^1.0",
2323
"psr/http-message": "^1.0.1",
24-
"zendframework/zend-expressive-authentication": "^0.3 || ^1.0.0-dev || ^1.0"
24+
"zendframework/zend-expressive-authentication": "^1.0.0alpha3"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^6.3",
27+
"phpunit/phpunit": "^7.0.1",
2828
"zendframework/zend-coding-standard": "~1.0.0"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)