File tree Expand file tree Collapse file tree 2 files changed +17
-8
lines changed
Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - ' 5.4'
5- - ' 5.5'
6- - ' 5.6'
7- - ' 7.0'
8- - ' 7.1'
9- - ' 7.2'
4+ - 5.4
5+ - 5.5
6+ - 5.6
7+ - 7.0
8+ - 7.1
9+ - 7.2
10+ - hhvm
11+ - nightly
1012
1113env :
1214 - COMPOSER_OPTIONS="--prefer-source"
1315 - COMPOSER_OPTIONS="--prefer-source --prefer-lowest"
1416
17+ matrix :
18+ allow_failures :
19+ - php : hhvm
20+ - php : nightly
21+
22+ fast_finish : true
23+
1524install :
1625 - git clone https://github.com/sstephenson/bats.git /tmp/bats
1726 - mkdir -p /tmp/local
Original file line number Diff line number Diff line change 33 "description" : " Shell completion for Symfony Console based scripts" ,
44 "license" : " MIT" ,
55 "require" : {
6- "symfony/console" : " ^ 2.5|3.* " ,
7- "symfony/process" : " ^2.3|3.* " ,
6+ "symfony/console" : " >= 2.5" ,
7+ "symfony/process" : " >=2.5 " ,
88 "ext-simplexml" : " *"
99 },
1010 "require-dev" : {
You can’t perform that action at this time.
0 commit comments