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

Commit 5abe027

Browse files
committed
Merge branch 'hotfix/519-http-interop-req'
Close #521 Fixes #519
2 parents 0630c64 + aeb7772 commit 5abe027

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

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

5+
## 2.0.5 - 2017-10-09
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- Nothing.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- Nothing.
22+
23+
### Fixed
24+
25+
- [#521](https://github.com/zendframework/zend-expressive/pull/521) adds an
26+
explicit requirement on http-interop/http-middleware `^0.4.1` to the package.
27+
This is necessary as newer builds of zend-stratigility instead depend on the
28+
metapackage webimpress/http-middleware-compatibility instead of the
29+
http-interop/http-middleware package — but middleware shipped in Expressive
30+
requires it. This addition fixes problems due to missing http-middleware
31+
interfaces.
32+
533
## 2.0.4 - 2017-10-09
634

735
### Added

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"require": {
2828
"php": "^5.6 || ^7.0",
2929
"fig/http-message-util": "^1.1.2",
30+
"http-interop/http-middleware": "^0.4.1",
3031
"psr/container": "^1.0",
3132
"psr/http-message": "^1.0.1",
3233
"zendframework/zend-diactoros": "^1.3.10",

0 commit comments

Comments
 (0)