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

Commit 53cd07f

Browse files
committed
Remove php-coveralls/php-coveralls from composer.json
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.
1 parent d944cb6 commit 53cd07f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
26-
"php-coveralls/php-coveralls": "~2.0"
25+
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2726
},
2827
"suggest": {
2928
"ext-gmp": "GMP is the preferred extension for big integer calculations",

0 commit comments

Comments
 (0)