File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 tools : composer:v2
2727
2828 - name : Select Contao version
29- run : composer require --no-update "contao/core-bundle:${{ matrix.contao }}" "contao/test-case:${{ matrix.contao }}"
29+ run : composer require --no-update "contao/core-bundle:${{ matrix.contao }}"
3030
3131 - name : Install dependencies
3232 run : composer update --no-interaction --prefer-dist
Original file line number Diff line number Diff line change 3636 "contao/contao-rector" : " dev-main" ,
3737 "phpstan/phpstan" : " ^2.1" ,
3838 "phpstan/phpstan-symfony" : " ^2.0" ,
39- "phpunit/phpunit" : " ^11.0 " ,
39+ "phpunit/phpunit" : " ^12.4 " ,
4040 "rector/rector" : " ^2.4" ,
4141 "symplify/easy-coding-standard" : " ^12.6"
4242 },
43+ "scripts" : {
44+ "test" : " phpunit"
45+ },
4346 "suggest" : {
4447 "symfony/ux-turbo" : " Required by the optional multi_step_registration/ux-turbo.html.twig template variant."
4548 },
You can’t perform that action at this time.
0 commit comments