File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,20 @@ matrix:
21
21
env : SYMFONY_VERSION=2.4.*
22
22
- php : 5.5
23
23
env : SYMFONY_VERSION=2.6.*
24
- - php : 5.5
25
- env : SYMFONY_VERSION='2.7.*@dev'
24
+ - php : 5.6
25
+ env : SYMFONY_VERSION='2.7.*'
26
+ - php : 5.6
27
+ env : SYMFONY_VERSION='3.0.*'
26
28
- php : 5.5
27
29
env : SYMFONY_VERSION='2.3.* symfony/expression-language:2.4.* m4tthumphrey/php-gitlab-api:6.*'
28
30
- php : 5.5
29
31
env : SYMFONY_VERSION='2.4.* m4tthumphrey/php-gitlab-api:6.*'
30
32
- php : 5.5
31
33
env : SYMFONY_VERSION='2.6.* m4tthumphrey/php-gitlab-api:6.*'
32
- - php : 5.5
33
- env : SYMFONY_VERSION='2.7.*@dev m4tthumphrey/php-gitlab-api:6.*'
34
+ - php : 5.6
35
+ env : SYMFONY_VERSION='2.7.* m4tthumphrey/php-gitlab-api:6.*'
36
+ - php : 5.6
37
+ env : SYMFONY_VERSION='2.3.* m4tthumphrey/php-gitlab-api:6.*'
34
38
allow_failures :
35
39
- php : nightly
36
40
- php : hhvm-nightly
Original file line number Diff line number Diff line change 13
13
],
14
14
"require" : {
15
15
"php" : " >=5.3.0" ,
16
- "symfony/framework-bundle" : " ~2.1" ,
16
+ "symfony/framework-bundle" : " ~2.1|~3.0 " ,
17
17
"m4tthumphrey/php-gitlab-api" : " 6.*|7.*"
18
18
},
19
19
"require-dev" : {
You can’t perform that action at this time.
0 commit comments