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

Commit e1cdb1b

Browse files
committed
Add missing zend-diactoros dependency
1 parent f032d1c commit e1cdb1b

File tree

2 files changed

+55
-2
lines changed

2 files changed

+55
-2
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"psr/container": "^1.0",
2525
"psr/http-message": "^1.0.1",
2626
"psr/http-server-handler": "^1.0",
27-
"psr/http-server-middleware": "^1.0"
27+
"psr/http-server-middleware": "^1.0",
28+
"zendframework/zend-diactoros": "^1.7"
2829
},
2930
"require-dev": {
3031
"phpunit/phpunit": "^6.5.5",

composer.lock

Lines changed: 53 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)