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

Commit 2712a99

Browse files
committed
Require stratigility in dev, and suggestion
1 parent b8129ff commit 2712a99

File tree

2 files changed

+610
-410
lines changed

2 files changed

+610
-410
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@
2424
"zendframework/zend-view": "^2.6.7"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^6.0.7 || ^5.7.14",
28-
"zendframework/zend-coding-standard": "~1.0.0",
2927
"zendframework/zend-json": "^2.6.1 || ^3.0",
30-
"zendframework/zend-psr7bridge": "^0.2"
28+
"zendframework/zend-psr7bridge": "^0.2",
29+
"fabpot/php-cs-fixer": "1.7.*",
30+
"phpunit/phpunit": "^4.5",
31+
"zendframework/zend-stratigility": "^2.0.1"
3132
},
3233
"suggest": {
3334
"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 @@
4041
"zendframework/zend-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
4142
"zendframework/zend-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
4243
"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"
4446
},
4547
"config": {
4648
"sort-packages": true

0 commit comments

Comments
 (0)