Skip to content

Commit 13c58d2

Browse files
authored
Merge pull request #142 from thecodingmachine/dependabot/composer/satooshi/php-coveralls-tw-1.0.1or-tw-2.0.0
Update satooshi/php-coveralls requirement from ^1.0.1 to ^1.0.1 || ^2.0.0
2 parents 2f5705c + 9a8d566 commit 13c58d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ script:
8181
- composer phpstan
8282
- composer require-checker
8383
after_script:
84-
- if [ "$COVERALLS" = "true" ] ; then ./vendor/bin/coveralls -v; fi
84+
- if [ "$COVERALLS" = "true" ] ; then ./vendor/bin/php-coveralls -v; fi
8585
- if [ "$COVERALLS" = "true" ] ; then vendor/bin/couscous travis-auto-deploy --php-version=7.1 -vvv; fi

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"require-dev" : {
4444
"phpunit/phpunit": "^7.4.4 || ^8.0.0",
45-
"satooshi/php-coveralls": "^1.0.1",
45+
"php-coveralls/php-coveralls": "^2.1",
4646
"wa72/simplelogger" : "^1.0",
4747
"friendsofphp/php-cs-fixer": "^2.15.1",
4848
"symfony/process": "^3 || ^4",

0 commit comments

Comments
 (0)