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.
1 parent 85eca91 commit 53cc055Copy full SHA for 53cc055
.travis.yml
@@ -14,6 +14,7 @@ matrix:
14
- php: 7.2
15
- php: nightly
16
allow_failures:
17
+ - php: 7.2
18
19
fast_finish: true
20
before_install:
composer.json
@@ -44,6 +44,7 @@
44
},
45
"require-dev": {
46
"composer/composer": "1.*",
47
+ "symfony/console": "^3.0",
48
"mikey179/vfsstream": "1.6.*",
49
"tm/gpg-verifier": "1.*",
50
"php-mock/php-mock-phpunit": "1.1.*",
0 commit comments