File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: php
33php :
44 - 5.4
55 - 5.5
6+ - 7.1
67
78install : composer install -n
89
Original file line number Diff line number Diff line change 1212 "require" : {
1313 "php" : " >=5.3.2" ,
1414 "stephpy/timeline" : " *" ,
15- "symfony/framework-bundle" : " ~2.0|~3.0" ,
16- "symfony/options-resolver" : " ~2.0|~3.0"
15+ "symfony/framework-bundle" : " ~2.0|~3.0|~4.0 " ,
16+ "symfony/options-resolver" : " ~2.0|~3.0|~4.0 "
1717 },
1818 "require-dev" : {
19- "atoum/atoum" : " 1.*" ,
19+ "atoum/atoum" : " 1.*|3.* " ,
2020 "doctrine/orm" : " 2.*" ,
21- "symfony/console" : " ~2.0|~3.0" ,
22- "symfony/twig-bundle" : " ~2.0|~3.0" ,
23- "symfony/expression-language" : " ~2.0|~3.0"
21+ "symfony/console" : " ~2.0|~3.0|~4.0 " ,
22+ "symfony/twig-bundle" : " ~2.0|~3.0|~4.0 " ,
23+ "symfony/expression-language" : " ~2.0|~3.0|~4.0 "
2424 },
2525 "suggest" : {
2626 "symfony/console" : " List spreads and deploy timelines via a command" ,
You can’t perform that action at this time.
0 commit comments