File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ matrix:
19
19
- php : 5.3
20
20
env : COMPOSER_FLAGS="--prefer-lowest"
21
21
dist : precise
22
- - php : 5.6
23
- env : SYMFONY_VERSION=2.3.*
24
- - php : 5.6
25
- env : SYMFONY_VERSION=2.7.*
26
22
- php : 5.6
27
23
env : SYMFONY_VERSION=2.8.*
28
24
- php : 5.6
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^5.3.3|^7.0" ,
20
20
"friendsofsymfony/oauth2-php" : " ~1.1" ,
21
- "symfony/framework-bundle" : " ~2.2 |~3.0|^4.0" ,
22
- "symfony/security-bundle" : " ~2.1 |~3.0|^4.0" ,
23
- "symfony/dependency-injection" : " ^2.0.5 |~3.0|^4.0"
21
+ "symfony/framework-bundle" : " ~2.8 |~3.0|^4.0" ,
22
+ "symfony/security-bundle" : " ~2.8 |~3.0|^4.0" ,
23
+ "symfony/dependency-injection" : " ^2.8 |~3.0|^4.0"
24
24
},
25
25
"require-dev" : {
26
- "symfony/class-loader" : " ~2.1 |~3.0|^4.0" ,
27
- "symfony/yaml" : " ~2.1 |~3.0|^4.0" ,
28
- "symfony/form" : " ~2.3 |~3.0|^4.0" ,
29
- "symfony/console" : " ~2.1 |~3.0|^4.0" ,
26
+ "symfony/class-loader" : " ~2.8 |~3.0|^4.0" ,
27
+ "symfony/yaml" : " ~2.8 |~3.0|^4.0" ,
28
+ "symfony/form" : " ~2.8 |~3.0|^4.0" ,
29
+ "symfony/console" : " ~2.8 |~3.0|^4.0" ,
30
30
"willdurand/propel-typehintable-behavior" : " ^1.0.4" ,
31
31
"propel/propel1" : " ^1.6.5" ,
32
32
"phing/phing" : " ~2.4" ,
You can’t perform that action at this time.
0 commit comments