Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
Remove php-coveralls/php-coveralls from composer.json
Browse files Browse the repository at this point in the history
This is only relevant for CI (which is currently broken anyway). It will be
installed as part of the CI job in a follow-up commit.
  • Loading branch information
TimWolla committed Dec 16, 2021
1 parent d944cb6 commit 53cd07f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"php-coveralls/php-coveralls": "~2.0"
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
},
"suggest": {
"ext-gmp": "GMP is the preferred extension for big integer calculations",
Expand Down

0 comments on commit 53cd07f

Please sign in to comment.