File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - php : 7.2
1010 env : SYMFONY_VERSION="4.2.*" CS_FIXER=1
1111 - php : 7.3
12- env : SYMFONY_VERSION="4.2 .*"
12+ env : SYMFONY_VERSION="4.3 .*"
1313 fast_finish : true
1414
1515cache :
1818
1919before_script :
2020 - composer self-update
21- - composer require --no-update symfony/framework-bundle =$SYMFONY_VERSION
22- - composer require --no-update --dev symfony/form =$SYMFONY_VERSION symfony/twig-bundle =$SYMFONY_VERSION
21+ - composer require --no-update symfony/config=$SYMFONY_VERSION symfony/http-kernel=$SYMFONY_VERSION symfony/dependency-injection=$SYMFONY_VERSION symfony/options-resolver =$SYMFONY_VERSION
22+ - composer require --no-update --dev symfony/framework-bundle =$SYMFONY_VERSION symfony/yaml =$SYMFONY_VERSION
2323 - composer update $COMPOSER_FLAGS --prefer-dist
2424
2525script :
You can’t perform that action at this time.
0 commit comments