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

Commit 43c1df7

Browse files
committed
Support Diactoros 2.0
This patch modifies the test requirements to allow zend-diactoros 2.0 when testing. At this time, tests pass, which means that Expressive is already compatible with Diactoros 2.0.0. As it's not a direct requirement, this is simply a formality.
1 parent 0b064a7 commit 43c1df7

File tree

2 files changed

+297
-311
lines changed

2 files changed

+297
-311
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"phpstan/phpstan-strict-rules": "^0.9",
4242
"phpunit/phpunit": "^7.0.1",
4343
"zendframework/zend-coding-standard": "~1.0.0",
44-
"zendframework/zend-diactoros": "^1.7.1",
44+
"zendframework/zend-diactoros": "^1.7.1 || ^2.0",
4545
"zendframework/zend-expressive-aurarouter": "^3.0",
4646
"zendframework/zend-expressive-fastroute": "^3.0",
4747
"zendframework/zend-expressive-zendrouter": "^3.0",

0 commit comments

Comments
 (0)