Compare commits

..
1 Commits
Author SHA1 Message Date
Renovate 97094bee29 chore(deps): update dependency laravel/boost to v2.4.12
Tests / build-npm (pull_request) Successful in 1m13s
Tests / phpcs (pull_request) Successful in 3m4s
Tests / phpstan (pull_request) Successful in 52s
Tests / tests (pull_request) Successful in 2m46s
Tests / validate-composer (pull_request) Failing after 41m27s
2026-07-17 02:21:52 +00:00
Generated
+8 -8
View File
@@ -797,22 +797,22 @@
},
{
"name": "guzzlehttp/guzzle",
"version": "7.15.0",
"version": "7.14.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "90bd104afeb0fcc2190c9eb6fd8a441447e4b30d"
"reference": "fa88c57803501ad0770f5cddb1e60525d49da9a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/90bd104afeb0fcc2190c9eb6fd8a441447e4b30d",
"reference": "90bd104afeb0fcc2190c9eb6fd8a441447e4b30d",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/fa88c57803501ad0770f5cddb1e60525d49da9a1",
"reference": "fa88c57803501ad0770f5cddb1e60525d49da9a1",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^2.5.1",
"guzzlehttp/psr7": "^2.13",
"guzzlehttp/psr7": "^2.12.5",
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.5 || ^3.0",
@@ -825,7 +825,7 @@
"bamarni/composer-bin-plugin": "^1.8.2",
"ext-curl": "*",
"guzzle/client-integration-tests": "3.0.3",
"guzzlehttp/test-server": "^0.7",
"guzzlehttp/test-server": "^0.6",
"php-http/message-factory": "^1.1",
"phpunit/phpunit": "^8.5.52 || ^9.6.34",
"psr/log": "^1.1 || ^2.0 || ^3.0"
@@ -905,7 +905,7 @@
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.15.0"
"source": "https://github.com/guzzle/guzzle/tree/7.14.2"
},
"funding": [
{
@@ -921,7 +921,7 @@
"type": "tidelift"
}
],
"time": "2026-07-17T12:26:48+00:00"
"time": "2026-07-14T18:15:01+00:00"
},
{
"name": "guzzlehttp/promises",