Skip to content

Commit 8070dc3

Browse files
committed
Merge branch 'feature/11-psr-15' into release-1.0.0
Close #11
2 parents e24bc43 + 13171aa commit 8070dc3

13 files changed

+203
-160
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+
- [#11](https://github.com/zendframework/zend-expressive-authorization/pull/11) adds
10+
support for PSR-15.
11+
12+
### Changed
13+
14+
- Nothing.
15+
16+
### Deprecated
17+
18+
- Nothing.
19+
20+
### Removed
21+
22+
- [#11](https://github.com/zendframework/zend-expressive-authorization/pull/11)
23+
removes support for http-interop/http-middleware.
24+
25+
### Fixed
26+
27+
- Nothing.
28+
529
## 0.3.0 - 2017-11-28
630

731
### Added

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@
2020
},
2121
"require": {
2222
"php": "^7.1",
23-
"http-interop/http-middleware": "^0.4.1",
23+
"http-interop/http-server-middleware": "^1.0.1",
2424
"psr/container": "^1.0",
2525
"psr/http-message": "^1.0.1",
26-
"webimpress/http-middleware-compatibility": "^0.1.1",
27-
"zendframework/zend-expressive-authentication": "^0.2 || ^1.0",
28-
"zendframework/zend-expressive-router": "^2.2"
26+
"zendframework/zend-expressive-authentication": "^1.0.0-dev",
27+
"zendframework/zend-expressive-router": "^3.0.0-dev"
2928
},
3029
"require-dev": {
31-
"phpunit/phpunit": "^6.4.3",
30+
"phpunit/phpunit": "^6.5.3",
3231
"roave/security-advisories": "dev-master",
3332
"zendframework/zend-coding-standard": "~1.0.0"
3433
},

composer.lock

Lines changed: 93 additions & 124 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)