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

Commit f032d1c

Browse files
committed
Updated to final PSR-15
1 parent c108792 commit f032d1c

File tree

4 files changed

+98
-96
lines changed

4 files changed

+98
-96
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@
2121
},
2222
"require": {
2323
"php": "^7.1",
24-
"http-interop/http-server-middleware": "^1.0.1",
2524
"psr/container": "^1.0",
26-
"psr/http-message": "^1.0.1"
25+
"psr/http-message": "^1.0.1",
26+
"psr/http-server-handler": "^1.0",
27+
"psr/http-server-middleware": "^1.0"
2728
},
2829
"require-dev": {
29-
"phpunit/phpunit": "^6.3",
30+
"phpunit/phpunit": "^6.5.5",
3031
"roave/security-advisories": "dev-master",
3132
"zendframework/zend-coding-standard": "~1.0.0"
3233
},

0 commit comments

Comments
 (0)