Allow Guzzle 7.x

This commit is contained in:
Christian Bönning 2023-01-03 17:21:32 +01:00 committed by GitHub
commit e4aff09750
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
"require": { "require": {
"php": "^8.1|^8.0|^7.4|^7.3|^7.2", "php": "^8.1|^8.0|^7.4|^7.3|^7.2",
"ext-json": "*", "ext-json": "*",
"guzzlehttp/guzzle": "^6.5.0" "guzzlehttp/guzzle": "^6.5|^7.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {