From 0013c10fdf08eeabcd60b674ce6711f32fda729d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:23:04 +0000 Subject: [PATCH] Update guzzlehttp/guzzle requirement from ^6.0.0||^7.0.0 to ^8.0.1 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/commits/8.0.1) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 8.0.1 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 f85310d..e92798c 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "php": ">=8.0", "ext-dom": "*", "ext-pcntl": "*", - "guzzlehttp/guzzle": "^6.0.0||^7.0.0", + "guzzlehttp/guzzle": "^8.0.1", "symfony/css-selector": "^3.0.0||^4.0.0||^5.0.0||^6.0||^7.0||^8.0", "symfony/dom-crawler": "^3.0.0||^4.0.0||^5.0.0||^6.0||^7.0||^8.0", "symfony/finder": "^3.0.0||^4.0.0||^5.0.0||^6.0||^7.0||^8.0",