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 234e6f1 commit fa9b6faCopy full SHA for fa9b6fa
.travis.yml
@@ -8,7 +8,7 @@ php:
8
- 7.0
9
10
install:
11
- - composer install --dev --prefer-source
+ - composer install --prefer-source
12
13
before_script:
14
- mkdir -p build/coverage
composer.json
@@ -33,7 +33,6 @@
33
"phpunit/phpunit" : "4.1.*",
34
"fabpot/php-cs-fixer": "1.10.*",
35
"zendframework/zendframework" : "~2.4",
36
- "satooshi/php-coveralls": "dev-master",
37
"phpunit/phpcov": "2.0.*"
38
},
39
"autoload" : {
0 commit comments