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

Commit 52a658e

Browse files
committed
Merge branch 'feature/3-psr-15-support' into release-1.0.0
Close #3
2 parents c5c2443 + a2c2838 commit 52a658e

File tree

5 files changed

+186
-97
lines changed

5 files changed

+186
-97
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
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+
## 1.0.0alpha1 - TBD
6+
7+
### Added
8+
9+
- [#3](https://github.com/zendframework/zend-expressive-authentication/pull/3)
10+
adds support for http-interop/http-middleware.
11+
12+
### Changed
13+
14+
- Nothing.
15+
16+
### Deprecated
17+
18+
- Nothing.
19+
20+
### Removed
21+
22+
- [#3](https://github.com/zendframework/zend-expressive-authentication/pull/3)
23+
removes support for http-interop/http-middleware.
24+
25+
### Fixed
26+
27+
- Nothing.
28+
529
## 0.2.0 - 2017-11-27
630

731
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"require": {
2323
"php": "^7.1",
24-
"http-interop/http-middleware": "^0.4.1",
24+
"http-interop/http-server-middleware": "^1.0.1",
2525
"psr/container": "^1.0",
2626
"psr/http-message": "^1.0.1"
2727
},

0 commit comments

Comments
 (0)