From 0949a66953974787677c1b751e6d4d29118f01e3 Mon Sep 17 00:00:00 2001 From: Phillip Davis Date: Wed, 22 Jul 2026 13:42:56 +0930 Subject: [PATCH] test: bump guzzlehttp/guzzle in acceptance tests Bumps guzzlehttp/guzzle to 8.0.0 in vendor-bin/behat only. That is used by the acceptance tests. Signed-off-by: Phillip Davis --- vendor-bin/behat/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor-bin/behat/composer.json b/vendor-bin/behat/composer.json index 47bb2b53f58..2ef9a19bcca 100644 --- a/vendor-bin/behat/composer.json +++ b/vendor-bin/behat/composer.json @@ -1,6 +1,6 @@ { "require": { - "behat/behat": "^3.31", + "behat/behat": "^3.32", "behat/gherkin": "^4.17", "behat/mink": "1.7.1", "behat/mink-extension": "^2.3", @@ -10,7 +10,7 @@ "sensiolabs/behat-page-object-extension": "^2.3", "symfony/translation": "^5.4", "sabre/xml": "^2.2", - "guzzlehttp/guzzle": "^7.15", + "guzzlehttp/guzzle": "^8.0", "phpunit/phpunit": "^9.6", "laminas/laminas-ldap": "^2.20", "helmich/phpunit-json-assert": "^3.5"