Skip to content
This repository was archived by the owner on Jan 10, 2022. It is now read-only.

Commit a714132

Browse files
committed
Fix Coveralls.
1 parent 19bffd7 commit a714132

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"wp-e-commerce/wp-e-commerce": "^3.14",
6363
"bamarni/composer-bin-plugin": "^1.4",
6464
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
65-
"php-coveralls/php-coveralls": "^2.1",
65+
"php-coveralls/php-coveralls": "^2.4",
6666
"phpcompatibility/php-compatibility": "^9.2",
6767
"phpcompatibility/phpcompatibility-wp": "^2.0",
6868
"phpmd/phpmd": "^2.7",
@@ -74,7 +74,7 @@
7474
"wp-phpunit/wp-phpunit": "^5.6"
7575
},
7676
"scripts": {
77-
"coveralls": "vendor/bin/coveralls -v",
77+
"coveralls": "vendor/bin/php-coveralls -v",
7878
"phpcbf": "vendor/bin/phpcbf",
7979
"phpcs": "vendor/bin/phpcs -s -v",
8080
"phplint": "find src tests -name '*.php' | xargs -n 1 -P 4 php -l",

0 commit comments

Comments
 (0)