Skip to content

Commit 033468a

Browse files
Add support for psr/http-message of ^2.0 version (#102)
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
1 parent 54dbc78 commit 033468a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 3.2.1 under development
44

5-
- no changes in this release.
5+
- Enh #102: Add support for `psr/http-message` of `^2.0` version (@vjik)
66

77
## 3.2.0 January 30, 2024
88

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"cebe/markdown": "^1.2",
3030
"psr/container": "^1.0|^2.0",
3131
"psr/http-factory": "^1.0",
32-
"psr/http-message": "^1.0",
32+
"psr/http-message": "^1.0|^2.0",
3333
"psr/http-server-handler": "^1.0",
3434
"psr/http-server-middleware": "^1.0",
3535
"psr/log": "^1.1|^2.0|^3.0",

0 commit comments

Comments
 (0)