File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ matrix:
1212 - php : 5.6
1313 env : |
1414 SYMFONY_VERSION=2.8.*
15+ - php : 7.1
16+ env : |
17+ SYMFONY_VERSION=^4.0
1518
1619before_install :
1720 - sh -c 'if [ "${SYMFONY_VERSION}" != "" ]; then composer require --no-update symfony/symfony=${SYMFONY_VERSION}; fi;';
Original file line number Diff line number Diff line change 2121 ],
2222 "require" : {
2323 "php" : " >=5.6" ,
24- "symfony/symfony" : " ~2.8|~3.0" ,
24+ "symfony/symfony" : " ~2.8|~3.0|^4.0 " ,
2525 "twig/twig" : " >=1.5.0" ,
2626 "doctrine/orm" : " ~2.4,>=2.4.5" ,
2727 "doctrine/mongodb-odm" : " ^1.1.5"
2828 },
2929 "require-dev" : {
3030 "phpunit/phpunit" : " ~5.7" ,
31- "friendsofphp/php-cs-fixer" : " 1.11.* " ,
31+ "friendsofphp/php-cs-fixer" : " ^2.0 " ,
3232 "satooshi/php-coveralls" : " ^1.0"
3333 },
3434 "suggest" : {
You can’t perform that action at this time.
0 commit comments