File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,9 @@ services:
8888 elif [ ${TYPO3} -eq 12 ]; then
8989 composer require typo3/cms-install:^12.4 typo3/cms-fluid-styled-content:^12.4 --dev -W --no-progress --no-interaction
9090 composer prepare-tests
91+ elif [ ${TYPO3} -eq 14 ]; then
92+ composer require typo3/cms-install:^14 typo3/cms-fluid-styled-content:^14 --dev -W --no-progress --no-interaction
93+ composer prepare-tests
9194 else
9295 composer install --no-progress --no-interaction
9396 composer prepare-tests
Original file line number Diff line number Diff line change 1111 "typo3/cms-fluid-styled-content" : " ^11 || ^12.4 || ^13.1 || ^14" ,
1212 "typo3/cms-install" : " ^11 || ^12.4 || ^13.1 || ^14" ,
1313 "typo3/coding-standards" : " ^0.5.5" ,
14- "saschaegerer /phpstan-typo3 " : " ^1.8 " ,
14+ "phpstan /phpstan" : " ^1.10 " ,
1515 "typo3/tailor" : " ^1.0" ,
16- "typo3/testing-framework" : " ^7.0 || ^8.0" ,
17- "phpunit/phpunit" : " 9.6 || ^10.5"
16+ "typo3/testing-framework" : " ^7.0 || ^8.0 || ^9.3 " ,
17+ "phpunit/phpunit" : " 9.6 || ^10.5 || ^11.3 "
1818 },
1919 "config" : {
2020 "vendor-dir" : " .Build/vendor" ,
You can’t perform that action at this time.
0 commit comments