File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2727 - " stable"
2828 symfony-require :
2929 - " 4.4.*"
30- - " 5.3 .*"
30+ - " 5.4 .*"
3131 symfony-deprecations-helper :
3232 - " "
3333 include :
4848 if : " ${{ matrix.php-version != '7.1' }}"
4949 with :
5050 php-version : " ${{ matrix.php-version }}"
51-
52- - name : " Globally install symfony/flex"
53- run : " composer global require --no-progress --no-scripts --no-plugins symfony/flex"
51+ tools : composer,flex
5452
5553 - name : " Enforce using stable dependencies"
5654 run : " composer config minimum-stability stable"
Original file line number Diff line number Diff line change 2323 "require-dev" : {
2424 "neutron/temporary-filesystem" : " ^2.3" ,
2525 "phpunit/phpunit" : " ^7.5" ,
26- "symfony/framework-bundle" : " ^4.4|^5.3 " ,
27- "symfony/phpunit-bridge" : " ^5.2|^6 "
26+ "symfony/framework-bundle" : " ^4.4|^5.4 " ,
27+ "symfony/phpunit-bridge" : " ^4.4|^5.4 "
2828 },
2929 "autoload" : {
3030 "psr-4" : {
You can’t perform that action at this time.
0 commit comments