We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f5705c + 9a8d566 commit 13c58d2Copy full SHA for 13c58d2
.travis.yml
@@ -81,5 +81,5 @@ script:
81
- composer phpstan
82
- composer require-checker
83
after_script:
84
-- if [ "$COVERALLS" = "true" ] ; then ./vendor/bin/coveralls -v; fi
+- if [ "$COVERALLS" = "true" ] ; then ./vendor/bin/php-coveralls -v; fi
85
- if [ "$COVERALLS" = "true" ] ; then vendor/bin/couscous travis-auto-deploy --php-version=7.1 -vvv; fi
composer.json
@@ -42,7 +42,7 @@
42
},
43
"require-dev" : {
44
"phpunit/phpunit": "^7.4.4 || ^8.0.0",
45
- "satooshi/php-coveralls": "^1.0.1",
+ "php-coveralls/php-coveralls": "^2.1",
46
"wa72/simplelogger" : "^1.0",
47
"friendsofphp/php-cs-fixer": "^2.15.1",
48
"symfony/process": "^3 || ^4",
0 commit comments