Skip to content

Commit 8b2a907

Browse files
authored
Fix: psr-http version
1 parent df1c53b commit 8b2a907

20 files changed

+350
-500
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"require": {
2323
"php": ">=8.0",
24-
"psr/http-message": "^1.0",
24+
"psr/http-message": "^2.0",
2525
"psr/http-client": "^1.0",
2626
"psr/http-factory": "^1.0",
2727
"psr/http-message-implementation": "^1.0|^2.0",
@@ -37,7 +37,7 @@
3737
"symfony/yaml": "^4.2",
3838
"donatj/mock-webserver": "^2.0",
3939
"http-interop/http-factory-guzzle": "^1.0",
40-
"php-http/guzzle6-adapter": "^2.0",
40+
"php-http/guzzle7-adapter": "^1.0",
4141
"rector/rector": "^0.14.6",
4242
"symplify/easy-coding-standard": "^11.1"
4343
},

0 commit comments

Comments
 (0)