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

Require http-interop/http-middleware 0.4.1 #521

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Require http-interop/http-middleware 0.4.1
Since the newest versions of zend-stratigility and
zend-expressive-router each now depend on
webimpress/http-middleware-compatibility, http-interop/http-middleware
is no longer a required package. As such, new installations fail, as
this package is necessary in order to run Expressive.

This patch adds the package with a constraint of ^0.4.1 in order to fix
issues on the existing 2.0.X branch.
  • Loading branch information
weierophinney committed Oct 9, 2017
commit 2d4368496af4c018c36cc2fc6f183374b8e5a31a
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"require": {
"php": "^5.6 || ^7.0",
"fig/http-message-util": "^1.1.2",
"http-interop/http-middleware": "^0.4.1",
"psr/container": "^1.0",
"psr/http-message": "^1.0.1",
"zendframework/zend-diactoros": "^1.3.10",
Expand Down