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

Commit f593f02

Browse files
committed
Revert "Merge branch 'feature/517' into develop"
Revert #517; instead of providing support for http-interop/http-middleware 0.5.0 in the v2 release series, we will stick to 0.4.1, and v3 will upgrade to PSR-15 final. This reverts commit 5b272ea, reversing changes made to 7c0dec8. Conflicts: composer.lock test/ApplicationTest.php
1 parent f942ad3 commit f593f02

27 files changed

+362
-347
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- [#517](https://github.com/zendframework/zend-expressive/pull/517) adds
10-
support for http-interop/http-middleware 0.5.0 via a polyfill provided by the
11-
package webimpress/http-middleware-compatibility. Essentially, this means you
12-
can drop this package into an application targeting either the 0.4.1 or 0.5.0
13-
versions of http-middleware, and it will "just work".
9+
- Nothing.
1410

1511
### Changed
1612

composer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,16 @@
2424
"dev-develop": "2.1-dev"
2525
}
2626
},
27-
"config": {
28-
"sort-packages": true
29-
},
3027
"require": {
3128
"php": "^5.6 || ^7.0",
3229
"fig/http-message-util": "^1.1.2",
3330
"http-interop/http-middleware": "^0.4.1",
3431
"psr/container": "^1.0",
3532
"psr/http-message": "^1.0.1",
36-
"webimpress/http-middleware-compatibility": "^0.1.1",
3733
"zendframework/zend-diactoros": "^1.3.10",
38-
"zendframework/zend-expressive-router": "^2.2",
34+
"zendframework/zend-expressive-router": "^2.1",
3935
"zendframework/zend-expressive-template": "^1.0.4",
40-
"zendframework/zend-stratigility": "^2.1"
36+
"zendframework/zend-stratigility": "^2.0.1"
4137
},
4238
"require-dev": {
4339
"filp/whoops": "^2.1.6 || ^1.1.10",

0 commit comments

Comments
 (0)