Remove satooshi/php-coveralls from dev requirements

This commit is contained in:
Ben Ramsey
2018-01-16 13:52:48 -06:00
parent 5a98ff58fe
commit fc6ebc6e72
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ before_install:
- travis_retry composer self-update
install:
- travis_retry composer require --no-update satooshi/php-coveralls:^1.0
- travis_retry composer install --no-interaction --prefer-dist
before_script:
-1
View File
@@ -34,7 +34,6 @@
"phpunit/phpunit": "^4.7|^5.0",
"squizlabs/php_codesniffer": "^2.3",
"jakub-onderka/php-parallel-lint": "^0.9.0",
"satooshi/php-coveralls": "^0.6.1",
"mockery/mockery": "^1.0",
"goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
"doctrine/annotations": "~1.2.0",