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 Jan 23, 2024
1 parent 5883679 commit f33f14f
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 @@ -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": {
Expand Down

0 comments on commit f33f14f

Please sign in to comment.