Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
/zend-mvcPublic archive

Commitc3edbac

Browse files
committed
Restrict stratigility's version as a dev dependency to prevent test from failing
1 parent0cb6770 commitc3edbac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎composer.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"zendframework/zend-coding-standard":"~1.0.0",
3333
"zendframework/zend-json":"^2.6.1 || ^3.0",
3434
"zendframework/zend-psr7bridge":"^1.0",
35-
"zendframework/zend-stratigility":"^2.0.1"
35+
"zendframework/zend-stratigility":">=2.0.1 <2.2"
3636
},
3737
"suggest": {
3838
"zendframework/zend-json":"(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
@@ -46,7 +46,7 @@
4646
"zendframework/zend-paginator":"^2.7 To provide pagination functionality via PaginatorPluginManager",
4747
"zendframework/zend-psr7bridge":"(^0.2) To consume PSR-7 middleware within the MVC workflow",
4848
"zendframework/zend-servicemanager-di":"zend-servicemanager-di provides utilities for integrating zend-di and zend-servicemanager in your zend-mvc application",
49-
"zendframework/zend-stratigility":"zend-stratigility is required to use middleware pipes in the MiddlewareListener",
49+
"zendframework/zend-stratigility":"(>=2.0.1 <2.2)zend-stratigility is required to use middleware pipes in the MiddlewareListener",
5050
"http-interop/http-middleware":"^0.4.1 to be used together with zend-stratigility"
5151
},
5252
"autoload": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp