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

Commit ad35235

Browse files
committed
Adds support for zend-expressive-authentication 0.2
1 parent 827fd51 commit ad35235

File tree

3 files changed

+79
-43
lines changed

3 files changed

+79
-43
lines changed

CHANGELOG.md

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

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

5+
## 0.1.1 - 2017-11-28
6+
7+
### Added
8+
9+
- Adds support for zend-expressive-authentication 0.2.
10+
11+
### Changed
12+
13+
- Nothing.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- Nothing.
22+
23+
### Fixed
24+
25+
- Nothing.
26+
527
## 0.1.0 - 2017-11-09
628

729
Initial release.

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 || ^1.0-dev || ^1.0"
24+
"zendframework/zend-expressive-authentication": "^0.1 || ^0.2 || ^1.0"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^6.3",

composer.lock

+56-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)