Skip to content

Commit

Permalink
Fix tests on lowest dependencies
Browse files Browse the repository at this point in the history
Looks like php-coveralls does not work properly with Guzzle v6.
Maybe they don't test with their lowest deps?
  • Loading branch information
BenMorel committed Dec 6, 2023
1 parent 025d5a1 commit 1cf37bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"phpunit/phpunit": "^10.5",
"php-coveralls/php-coveralls": "^2.4",
"vimeo/psalm": "5.17.0",
"doctrine/annotations": "^1.0"
"doctrine/annotations": "^1.0",
"guzzlehttp/guzzle": "^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1cf37bf

Please sign in to comment.