You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: composer.json
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,8 @@
27
27
"phpunit/phpunit": "^6.0.7 || ^5.7.14",
28
28
"zendframework/zend-coding-standard": "~1.0.0",
29
29
"zendframework/zend-json": "^2.6.1 || ^3.0",
30
-
"zendframework/zend-psr7bridge": "^0.2"
30
+
"zendframework/zend-psr7bridge": "^0.2",
31
+
"zendframework/zend-stratigility": "^2.0.1"
31
32
},
32
33
"suggest": {
33
34
"zendframework/zend-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
@@ -40,7 +41,8 @@
40
41
"zendframework/zend-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
41
42
"zendframework/zend-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
42
43
"zendframework/zend-psr7bridge": "(^0.2) To consume PSR-7 middleware within the MVC workflow",
43
-
"zendframework/zend-servicemanager-di": "zend-servicemanager-di provides utilities for integrating zend-di and zend-servicemanager in your zend-mvc application"
44
+
"zendframework/zend-servicemanager-di": "zend-servicemanager-di provides utilities for integrating zend-di and zend-servicemanager in your zend-mvc application",
45
+
"zendframework/zend-stratigility": "zend-stratigility is required to use middleware pipes in the MiddlewareListener"
0 commit comments