Skip to content

Commit 0e9dd25

Browse files
Merge pull request #133 from weierophinney/feature/psr-7v1.1
Allow usage with PSR-7 v1.1
2 parents d48c9d1 + 1166505 commit 0e9dd25

File tree

4 files changed

+215
-194
lines changed

4 files changed

+215
-194
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"require": {
3737
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
3838
"psr/http-factory": "^1.0",
39-
"psr/http-message": "^1.0"
39+
"psr/http-message": "^1.1"
4040
},
4141
"require-dev": {
4242
"ext-curl": "*",

0 commit comments

Comments
 (0)