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

Commit

Permalink
Merge 98b833f into 0cb6770
Browse files Browse the repository at this point in the history
  • Loading branch information
thexpand committed Sep 13, 2018
2 parents 0cb6770 + 98b833f commit cce2e38
Show file tree
Hide file tree
Showing 2 changed files with 278 additions and 244 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-json": "^2.6.1 || ^3.0",
"zendframework/zend-psr7bridge": "^1.0",
"zendframework/zend-stratigility": "^2.0.1"
"zendframework/zend-stratigility": ">=2.0.1 <2.2"
},
"suggest": {
"zendframework/zend-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
Expand All @@ -46,7 +46,7 @@
"zendframework/zend-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
"zendframework/zend-psr7bridge": "(^0.2) To consume PSR-7 middleware within the MVC workflow",
"zendframework/zend-servicemanager-di": "zend-servicemanager-di provides utilities for integrating zend-di and zend-servicemanager in your zend-mvc application",
"zendframework/zend-stratigility": "zend-stratigility is required to use middleware pipes in the MiddlewareListener",
"zendframework/zend-stratigility": "(>=2.0.1 <2.2) zend-stratigility is required to use middleware pipes in the MiddlewareListener",
"http-interop/http-middleware": "^0.4.1 to be used together with zend-stratigility"
},
"autoload": {
Expand Down
Loading

0 comments on commit cce2e38

Please sign in to comment.