File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ Options:
156156 - 11: Use TYPO3 v11.5
157157 - 12 (default): Use TYPO3 v12.4
158158 - 13: Use TYPO3 v13.x
159- - 14: Use TYPO3 14.0.x-dev
159+ - 14: Use TYPO3 v14.x
160160
161161 -a <mysqli|pdo_mysql>
162162 Only with -s functional|functionalDeprecated
@@ -603,7 +603,7 @@ case ${TEST_SUITE} in
603603 composer require typo3/cms-core:^13.4 typo3/testing-framework:^8.2 phpunit/phpunit:^10.5 ichhabrecht/content-defender --dev -W --no-progress --no-interaction
604604 composer prepare-tests
605605 elif [ ${TYPO3} -eq 14 ]; then
606- composer require typo3/cms-core:14.0.x-dev --dev -W --no-progress --no-interaction
606+ composer require typo3/cms-core:^ 14.0 --dev -W --no-progress --no-interaction
607607 composer prepare-tests
608608 else
609609 composer require typo3/cms-core:^12.4 typo3/testing-framework:^8.2 phpunit/phpunit:^10.5 ichhabrecht/content-defender --dev -W --no-progress --no-interaction
Original file line number Diff line number Diff line change 55 "homepage" : " https://b13.com" ,
66 "license" : [" GPL-2.0-or-later" ],
77 "require" : {
8- "typo3/cms-backend" : " ^11.5 || ^12.4 || ^13.4 || 14.0.x-dev "
8+ "typo3/cms-backend" : " ^11.5 || ^12.4 || ^13.4 || ^ 14.0"
99 },
1010 "autoload" : {
1111 "psr-4" : {
3030 },
3131 "require-dev" : {
3232 "b13/container-example" : " dev-master" ,
33- "typo3/cms-install" : " ^11.5 || ^12.4 || ^13.4 || 14.0.x-dev " ,
34- "typo3/cms-fluid-styled-content" : " ^11.5 || ^12.4 || ^13.4 || 14.0.x-dev " ,
35- "typo3/cms-info" : " ^11.5 || ^12.4 || ^13.4 || 14.0.x-dev " ,
36- "typo3/cms-workspaces" : " ^11.5 || ^12.4 || ^13.4 || 14.0.x-dev " ,
33+ "typo3/cms-install" : " ^11.5 || ^12.4 || ^13.4 || ^ 14.0" ,
34+ "typo3/cms-fluid-styled-content" : " ^11.5 || ^12.4 || ^13.4 || ^ 14.0" ,
35+ "typo3/cms-info" : " ^11.5 || ^12.4 || ^13.4 || ^ 14.0" ,
36+ "typo3/cms-workspaces" : " ^11.5 || ^12.4 || ^13.4 || ^ 14.0" ,
3737 "typo3/testing-framework" : " ^7.1.1 || ^8.2.7 || ^9.1" ,
3838 "phpstan/phpstan" : " ^1.10" ,
3939 "typo3/coding-standards" : " ^0.5.5" ,
You can’t perform that action at this time.
0 commit comments