Update guzzlehttp/guzzle and related libraries

This commit is contained in:
Kijin Sung 2023-04-22 14:49:26 +09:00
parent 901bdab6a9
commit 1625683082
115 changed files with 2322 additions and 6573 deletions

View file

@ -7,11 +7,11 @@
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
"homepage": "https://www.php-fig.org/"
}
],
"require": {
"php": ">=5.3.0"
"php": "^7.2 || ^8.0"
},
"autoload": {
"psr-4": {
@ -20,7 +20,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "2.0.x-dev"
}
}
}