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

Commit 3be10cc

Browse files
committed
Merge branch 'hotfix/241' into develop
Forward port #241
2 parents 0398d69 + 31e1577 commit 3be10cc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ All notable changes to this project will be documented in this file, in reverse
5151

5252
- Nothing.
5353

54+
### Changes
55+
56+
- [#241](https://github.com/zendframework/zend-diactoros/pull/241) changes the
57+
constraint by which the package provides `psr/http-message-implementation` to
58+
simply `1.0` instead of `~1.0.0`, to follow how other implementations provide
59+
PSR-7.
60+
5461
### Deprecated
5562

5663
- Nothing.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"ext-libxml": "*"
3131
},
3232
"provide": {
33-
"psr/http-message-implementation": "~1.0.0"
33+
"psr/http-message-implementation": "1.0"
3434
},
3535
"autoload": {
3636
"psr-4": {

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)