Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
schnittstabil committed Mar 18, 2018
1 parent 5bd8cb3 commit f9654d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@ php:
- 7
- 7.0
- 7.1
- 7.2
- hhvm

sudo: false

install:
- composer selfupdate
- composer install
- if [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then composer require codeclimate/php-test-reporter satooshi/php-coveralls; fi
- |
if [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then
composer require 'codeclimate/php-test-reporter:*' 'satooshi/php-coveralls:*'
else
composer install
fi
script:
- composer travis
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
},
"require": {
"php": ">=5.6.0",
"symfony/finder": "^3.0",
"schnittstabil/get": "^2.0"
"symfony/finder": "^3.0 || ^4.0",
"schnittstabil/get": "^2.0 || ^3.0"
},
"require-dev": {
"schnittstabil/phpunit-starter": "^6.0"
"schnittstabil/phpunit-starter": "^6.0 || ^7.0"
},
"extra": {
"you/your-package": {
Expand Down

0 comments on commit f9654d2

Please sign in to comment.