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

Commit edcbd31

Browse files
michalbundyraweierophinney
authored andcommitted
Added conflict in composer.json with zendframework/zend-diactoros <1.7.1
Version 1.7.1 contains PSR-7 implementation hotfix, to return host name always lowercase, which follows IETF RFC 3986 section 3.2.2 (requires that the host name be normalized to lowercase)
1 parent 49cb5f8 commit edcbd31

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"zendframework/zend-servicemanager": "^2.7.8 || ^3.3"
4848
},
4949
"conflict": {
50-
"container-interop/container-interop": "<1.2.0"
50+
"container-interop/container-interop": "<1.2.0",
51+
"zendframework/zend-diactoros": "<1.7.1"
5152
},
5253
"suggest": {
5354
"filp/whoops": "^2.1 to use the Whoops error handler",

composer.lock

Lines changed: 1 addition & 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)