We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c55df commit 2fb6184Copy full SHA for 2fb6184
2 files changed
.travis.yml
@@ -15,4 +15,4 @@ before_script:
15
- composer update $PREFER_LOWEST
16
script:
17
- ./vendor/bin/phpunit --coverage-clover clover.xml
18
-after_success: ./vendor/bin/coveralls -v
+after_success: ./vendor/bin/php-coveralls -v
composer.json
@@ -34,7 +34,7 @@
34
"sort-packages": true
35
},
36
"require-dev": {
37
- "php-coveralls/php-coveralls": "^1.0",
+ "php-coveralls/php-coveralls": "^2.1",
38
"phpunit/phpunit": "^6.5.2",
39
"squizlabs/php_codesniffer": "^3.2"
40
0 commit comments