Skip to content

Commit

Permalink
Fix abandoned packages on composer install/update (see #1544).
Browse files Browse the repository at this point in the history
Description
-----------

```
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Package satooshi/php-coveralls is abandoned, you should avoid using it. Use php-coveralls/php-coveralls instead.
```
Don't know if we can use `php-coveralls/php-coveralls` in version `2.x`.

Commits
-------

45e95f0 Fix abandoned packages
1e75a53 Also adjust the binary name.
  • Loading branch information
bytehead authored and leofeyer committed Jun 9, 2018
1 parent e2d4be1 commit 186b649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -43,4 +43,4 @@ script:
- php vendor/bin/phpunit $COVERAGE

after_script:
- if [[ $COVERAGE ]]; then php vendor/bin/coveralls; fi
- if [[ $COVERAGE ]]; then php vendor/bin/php-coveralls; fi
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -94,10 +94,10 @@
"leofeyer/optimize-native-functions-fixer": "^1.0",
"lexik/maintenance-bundle": "^2.0",
"monolog/monolog": "^1.22",
"php-coveralls/php-coveralls": "^2.1",
"php-http/guzzle6-adapter": "^1.1",
"php-http/message-factory": "^1.0.2",
"phpunit/phpunit": "^6.1",
"satooshi/php-coveralls": "^1.0",
"symfony/phpunit-bridge": "^3.3.11"
},
"suggest": {
Expand Down

0 comments on commit 186b649

Please sign in to comment.