[!!!][TASK] Raise guzzle requirement

This commit is contained in:
Markus Klein 2023-07-06 14:37:02 +02:00
parent 0f4263663b
commit a5db2bd729
2 changed files with 7 additions and 3 deletions

View file

@ -20,7 +20,6 @@ jobs:
matrix:
php-version:
- 7.4
- 8.0
- 8.1
- 8.2
steps:

View file

@ -11,7 +11,7 @@
],
"require": {
"ext-json": "*",
"guzzlehttp/guzzle": "^6.5",
"guzzlehttp/guzzle": "^7.7",
"php": "7.4.* || 8.1.* || 8.2.*"
},
"autoload": {
@ -29,5 +29,10 @@
"phpunit/phpunit": "^9.3",
"phpspec/prophecy-phpunit": "^2.0",
"squizlabs/php_codesniffer": "^3.5"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
}
}