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

Commit 65ea6a4

Browse files
committed
Add http message and diactoros as deps
1 parent 55e12a2 commit 65ea6a4

File tree

2 files changed

+105
-1
lines changed

2 files changed

+105
-1
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"require": {
2222
"php": "^7.1",
2323
"container-interop/container-interop": "^1.2",
24+
"psr/http-message": "^1.0",
2425
"zendframework/zend-http": "^2.6",
2526
"zendframework/zend-servicemanager": "^3.3",
2627
"zendframework/zend-stdlib": "^3.1"
@@ -29,6 +30,7 @@
2930
"phpstan/phpstan": "dev-master",
3031
"phpunit/phpunit": "^6.4.1",
3132
"zendframework/zend-coding-standard": "~1.0.0",
33+
"zendframework/zend-diactoros": "^1.6",
3234
"zendframework/zend-i18n": "^2.7.4"
3335
},
3436
"suggest": {

composer.lock

Lines changed: 103 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)