We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d6f55b + 210b1ca commit cd73886Copy full SHA for cd73886
.travis.yml
@@ -9,9 +9,13 @@ matrix:
9
- php: 7.0
10
- php: 7.1
11
- php: 7.2
12
+ - php: nightly
13
- php: hhvm
14
env: COMPOSER_OPTS="--prefer-lowest"
15
16
+ allow_failures:
17
18
+
19
before_install:
20
- sudo apt-get update -qq
21
- sudo apt-get install -y bash zsh
composer.json
@@ -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"
0 commit comments