Skip to content

Commit 1c6c5cf

Browse files
committed
Allow guzzlehttp/psr7 ^2.7 compatibility
1 parent 203ac56 commit 1c6c5cf

File tree

2 files changed

+29
-21
lines changed

2 files changed

+29
-21
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"require": {
2929
"php": "^8.1.0",
3030
"phpseclib/phpseclib": "^3.0.0",
31-
"guzzlehttp/psr7": "^2.6.0",
31+
"guzzlehttp/psr7": "2.6.* || ^2.7",
3232
"psr/log": "^3.0.0"
3333
},
3434
"scripts": {

composer.lock

Lines changed: 28 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)