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

Commit 1eba2d3

Browse files
committed
Drop zend-http from deps, add zend-diactoros
1 parent 5643b94 commit 1eba2d3

File tree

2 files changed

+163
-164
lines changed

2 files changed

+163
-164
lines changed

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@
2222
"php": "^7.1",
2323
"container-interop/container-interop": "^1.2",
2424
"psr/http-message": "^1.0",
25+
"zendframework/zend-diactoros": "^1.6",
2526
"zendframework/zend-servicemanager": "^3.3",
26-
"zendframework/zend-stdlib": "^3.1",
27-
"zendframework/zend-uri": "^2.5"
27+
"zendframework/zend-stdlib": "^3.1"
2828
},
2929
"require-dev": {
3030
"phpstan/phpstan": "dev-master",
3131
"phpunit/phpunit": "^6.4.1",
3232
"zendframework/zend-coding-standard": "~1.0.0",
33-
"zendframework/zend-diactoros": "^1.6",
3433
"zendframework/zend-i18n": "^2.7.4"
3534
},
3635
"suggest": {

0 commit comments

Comments
 (0)