File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ language: php
22
33php :
44 - 5.4
5+ - 5.5
56 - 5.6
67 - 7.0
78 - hhvm
@@ -22,13 +23,13 @@ matrix:
2223 include :
2324 - php : 5.3
2425 env : COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
25- - php : 5.5
26+ - php : 7.0
2627 env : SYMFONY_VERSION='2.3.* symfony/expression-language:2.4.*' SYMFONY_DEPRECATIONS_HELPER=weak
27- - php : 5.5
28+ - php : 7.0
2829 env : SYMFONY_VERSION=2.6.*
29- - php : 5.5
30+ - php : 7.0
3031 env : SYMFONY_VERSION=2.7.*
31- - php : 5.5
32+ - php : 7.0
3233 env : SYMFONY_VERSION=2.8.*
3334
3435before_install :
Original file line number Diff line number Diff line change 2121 ],
2222
2323 "require" : {
24- "php" : " >= 5.3.9" ,
24+ "php" : " ^ 5.3.9|~7.0 " ,
2525 "psr/log" : " ~1.0" ,
2626 "symfony/framework-bundle" : " ~2.3|~3.0" ,
2727 "symfony/http-kernel" : " ^2.3.24|~3.0" ,
You can’t perform that action at this time.
0 commit comments