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

Commit 700aba1

Browse files
committed
Merge branch 'hotfix/test'
2 parents c58cc9d + f275732 commit 700aba1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"zendframework/zend-view": "^2.6.7"
2828
},
2929
"require-dev": {
30+
"http-interop/http-middleware": "^0.4.1",
3031
"phpunit/phpunit": "^6.0.7 || ^5.7.14",
3132
"zendframework/zend-coding-standard": "~1.0.0",
3233
"zendframework/zend-json": "^2.6.1 || ^3.0",
@@ -45,7 +46,8 @@
4546
"zendframework/zend-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
4647
"zendframework/zend-psr7bridge": "(^0.2) To consume PSR-7 middleware within the MVC workflow",
4748
"zendframework/zend-servicemanager-di": "zend-servicemanager-di provides utilities for integrating zend-di and zend-servicemanager in your zend-mvc application",
48-
"zendframework/zend-stratigility": "zend-stratigility is required to use middleware pipes in the MiddlewareListener"
49+
"zendframework/zend-stratigility": "zend-stratigility is required to use middleware pipes in the MiddlewareListener",
50+
"http-interop/http-middleware": "^0.4.1 to be used together with zend-stratigility"
4951
},
5052
"autoload": {
5153
"psr-4": {

composer.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)