We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
psr/http-message
^2.0
1 parent 54dbc78 commit 033468aCopy full SHA for 033468a
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
## 3.2.1 under development
4
5
-- no changes in this release.
+- Enh #102: Add support for `psr/http-message` of `^2.0` version (@vjik)
6
7
## 3.2.0 January 30, 2024
8
composer.json
@@ -29,7 +29,7 @@
29
"cebe/markdown": "^1.2",
30
"psr/container": "^1.0|^2.0",
31
"psr/http-factory": "^1.0",
32
- "psr/http-message": "^1.0",
+ "psr/http-message": "^1.0|^2.0",
33
"psr/http-server-handler": "^1.0",
34
"psr/http-server-middleware": "^1.0",
35
"psr/log": "^1.1|^2.0|^3.0",
0 commit comments