Skip to content

Commit 53cc055

Browse files
committed
Fix dependency and allow failures for PHP 7.2 on TravisCI
1 parent 85eca91 commit 53cc055

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ matrix:
1414
- php: 7.2
1515
- php: nightly
1616
allow_failures:
17+
- php: 7.2
1718
- php: nightly
1819
fast_finish: true
1920
before_install:

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
},
4545
"require-dev": {
4646
"composer/composer": "1.*",
47+
"symfony/console": "^3.0",
4748
"mikey179/vfsstream": "1.6.*",
4849
"tm/gpg-verifier": "1.*",
4950
"php-mock/php-mock-phpunit": "1.1.*",

0 commit comments

Comments
 (0)