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.
1 parent 8410f03 commit 0218e48Copy full SHA for 0218e48
.travis.yml
@@ -16,4 +16,4 @@ before_script:
16
- yes '' | pecl install -f mongodb
17
- composer update $PREFER_LOWEST
18
script: ./vendor/bin/phpunit --coverage-clover clover.xml
19
-after_success: ./vendor/bin/coveralls -v
+after_success: ./vendor/bin/php-coveralls -v
composer.json
@@ -29,8 +29,8 @@
29
"mongodb/mongodb": "^1.1"
30
},
31
"require-dev": {
32
+ "php-coveralls/php-coveralls": "^2.2",
33
"phpunit/phpunit": "^6.5.2",
- "php-coveralls/php-coveralls": "^1.0",
34
"squizlabs/php_codesniffer": "^3.2"
35
36
"autoload": {
0 commit comments