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 a9e0b98 commit 3aad23b
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 @@ -15,7 +15,8 @@
"require-dev": {
"phpunit/phpunit": "^10.5",
"php-coveralls/php-coveralls": "^2.2",
"vimeo/psalm": "5.17.0"
"vimeo/psalm": "5.17.0",
"guzzlehttp/guzzle": "^7.0"
},
"suggest": {
"ext-timezonedb": "This PECL extension provides up-to-date timezone information"
Expand Down

0 comments on commit 3aad23b

Please sign in to comment.