Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ompletion into VolCh-phpunit6
  • Loading branch information
stecman committed Feb 10, 2018
2 parents 4d6f55b + 210b1ca commit cd73886
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -9,9 +9,13 @@ matrix:
- php: 7.0
- php: 7.1
- php: 7.2
- php: nightly
- php: hhvm
env: COMPOSER_OPTS="--prefer-lowest"

allow_failures:
- php: nightly

before_install:
- sudo apt-get update -qq
- sudo apt-get install -y bash zsh
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"php": ">=5.3.2",
"symfony/console": "~2.3 || ~3.0"
"symfony/console": "~2.3 || ~3.0 || ~4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4"
Expand Down

0 comments on commit cd73886

Please sign in to comment.