Skip to content

Commit 1039583

Browse files
Update coveralls dependency
1 parent fe073fb commit 1039583

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
@@ -8,4 +8,4 @@ install: composer install
88
script: ./vendor/bin/phpunit
99

1010
after_success:
11-
- travis_retry php ./vendor/bin/coveralls -v
11+
- travis_retry php ./vendor/bin/php-coveralls -v

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": ">=5-stable",
20-
"satooshi/php-coveralls": "dev-master"
20+
"php-coveralls/php-coveralls": "^2"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)