From f33f14f2ed959d7bd42441265624f21395661e4d Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Wed, 24 Jan 2024 00:35:57 +0100 Subject: [PATCH] Fix tests on lowest dependencies Looks like php-coveralls does not work properly with Guzzle v6. Maybe they don't test with their lowest deps? --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8917221..68fabd6 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,9 @@ "doctrine/annotations": "^1.0", "doctrine/cache": "^1.11", "doctrine/data-fixtures": "^1.0", + "guzzlehttp/guzzle": "^7.0", "phpunit/phpunit": "^10.5", - "php-coveralls/php-coveralls": "^2.0", + "php-coveralls/php-coveralls": "^2.7", "vimeo/psalm": "5.20.0" }, "autoload": {