From 82ff2a1eb47f31861528cfb12b0388e2eb4463df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 14:54:17 +0000 Subject: [PATCH] chore(deps): update guzzlehttp/guzzle requirement || ^8.0 Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/8.0/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.4.0...8.0.0) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6874988..c6a6853 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "php": "^8.1", "symfony/dom-crawler": "^6.0", "symfony/css-selector": "^6.0", - "guzzlehttp/guzzle": "^7.4" + "guzzlehttp/guzzle": "^7.4 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^10.0",