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

Commit 0226e46

Browse files
committed
Merge branch 'hotfix/241'
Close #241
2 parents a56a1c4 + 31e1577 commit 0226e46

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
@@ -8,6 +8,13 @@ All notable changes to this project will be documented in this file, in reverse
88

99
- Nothing.
1010

11+
### Changes
12+
13+
- [#241](https://github.com/zendframework/zend-diactoros/pull/241) changes the
14+
constraint by which the package provides `psr/http-message-implementation` to
15+
simply `1.0` instead of `~1.0.0`, to follow how other implementations provide
16+
PSR-7.
17+
1118
### Deprecated
1219

1320
- 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)