Skip to content

Commit

Permalink
Merge pull request #88 from j0k3r/fix-deps
Browse files Browse the repository at this point in the history
Fix PHP Coveralls deps
  • Loading branch information
j0k3r authored Aug 27, 2018
2 parents 416333e + 5ae8912 commit 274dc15
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ script:
after_success:
- |
if [ "$COVERAGE" = "run" ]; then
php bin/coveralls -v
php bin/php-coveralls -v
fi
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"sensio/generator-bundle": "^3.0",
"symfony/phpunit-bridge": "^3.0",
"doctrine/doctrine-fixtures-bundle": "^2.3",
"satooshi/php-coveralls": "dev-master",
"php-coveralls/php-coveralls": "^2.0",
"m6web/redis-mock": "dev-predis-1.x"
},
"scripts": {
Expand Down
121 changes: 60 additions & 61 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 274dc15

Please sign in to comment.