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 1
1
language : php
2
2
3
3
php :
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
10
12
11
13
env :
12
14
- COMPOSER_OPTIONS="--prefer-source"
13
15
- COMPOSER_OPTIONS="--prefer-source --prefer-lowest"
14
16
17
+ matrix :
18
+ allow_failures :
19
+ - php : hhvm
20
+ - php : nightly
21
+
22
+ fast_finish : true
23
+
15
24
install :
16
25
- git clone https://github.com/sstephenson/bats.git /tmp/bats
17
26
- mkdir -p /tmp/local
Original file line number Diff line number Diff line change 3
3
"description" : " Shell completion for Symfony Console based scripts" ,
4
4
"license" : " MIT" ,
5
5
"require" : {
6
- "symfony/console" : " ^ 2.5|3.* " ,
7
- "symfony/process" : " ^2.3|3.* " ,
6
+ "symfony/console" : " >= 2.5" ,
7
+ "symfony/process" : " >=2.5 " ,
8
8
"ext-simplexml" : " *"
9
9
},
10
10
"require-dev" : {
You can’t perform that action at this time.
0 commit comments