Update Guzzle to 7.9.2

https://github.com/guzzle/guzzle/releases
This commit is contained in:
wn_
2024-10-07 20:22:01 +00:00
parent df489df309
commit 124c4e2542
70 changed files with 623 additions and 355 deletions
+5 -2
View File
@@ -1,6 +1,6 @@
{
"name": "psr/http-factory",
"description": "Common interfaces for PSR-7 HTTP message factories",
"description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"psr",
"psr-7",
@@ -18,8 +18,11 @@
"homepage": "https://www.php-fig.org/"
}
],
"support": {
"source": "https://github.com/php-fig/http-factory"
},
"require": {
"php": ">=7.0.0",
"php": ">=7.1",
"psr/http-message": "^1.0 || ^2.0"
},
"autoload": {