Skip to content

Commit cd73886

Browse files
committed
Merge branch 'symfony4' of https://github.com/VolCh/symfony-console-completion into VolCh-phpunit6
2 parents 4d6f55b + 210b1ca commit cd73886

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ matrix:
99
- php: 7.0
1010
- php: 7.1
1111
- php: 7.2
12+
- php: nightly
1213
- php: hhvm
1314
env: COMPOSER_OPTS="--prefer-lowest"
1415

16+
allow_failures:
17+
- php: nightly
18+
1519
before_install:
1620
- sudo apt-get update -qq
1721
- sudo apt-get install -y bash zsh

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": ">=5.3.2",
13-
"symfony/console": "~2.3 || ~3.0"
13+
"symfony/console": "~2.3 || ~3.0 || ~4.0"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4"

0 commit comments

Comments
 (0)