Skip to content

Commit e7bc05a

Browse files
committed
chore(dep)!: require latest guzzle
[Breaking Change] Problem: php8.4 support starts with 7.8.2 but latest 7.9.x drops eol peer dependency guzzlehttp/psr7@v1 To avoid a peer dependency confusion enforce the latest release.
1 parent c97cedf commit e7bc05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"ext-json": "*",
3434
"ext-mbstring": "*",
3535
"ext-openssl": "*",
36-
"guzzlehttp/guzzle": "^7.4.5",
36+
"guzzlehttp/guzzle": "^7.9.2",
3737
"web-token/jwt-library": "^3.3.0|^4.0.0",
3838
"spomky-labs/base64url": "^2.0.4"
3939
},

0 commit comments

Comments
 (0)