File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ Usage examples within core and for extensions can be found in
2121
2222## Tags and branches
2323
24- * Branch main is used by core v13 and v14, tagged as 9.x.x. Extensions can use this to
24+ * Branch main is used by core v14 and v15, tagged as 10.x.x. Extensions can use this to
25+ run tests with core v14 and v15. Supports PHP ^8.2.
26+ * Branch 9 is used by core v13 and v14, tagged as 9.x.x. Extensions can use this to
2527 run tests with core v13 and v14. Supports PHP ^8.2.
2628* Branch 8 is used by core v12 and tagged as 8.x.x. Extensions can use this to
2729 run tests with core v12 and prepare for v13 compatibility. Supports PHP ^8.1.
Original file line number Diff line number Diff line change 3030 "guzzlehttp/psr7" : " ^2.5.0" ,
3131 "phpunit/phpunit" : " ^11.2.5 || ^12.1.2 || ^13.0.2" ,
3232 "psr/container" : " ^2.0" ,
33- "typo3/cms-backend" : " 13 .*.*@dev || 14 .*.*@dev" ,
34- "typo3/cms-core" : " 13 .*.*@dev || 14 .*.*@dev" ,
35- "typo3/cms-extbase" : " 13 .*.*@dev || 14 .*.*@dev" ,
36- "typo3/cms-fluid" : " 13 .*.*@dev || 14 .*.*@dev" ,
37- "typo3/cms-frontend" : " 13 .*.*@dev || 14 .*.*@dev"
33+ "typo3/cms-backend" : " 14 .*.*@dev || 15 .*.*@dev" ,
34+ "typo3/cms-core" : " 14 .*.*@dev || 15 .*.*@dev" ,
35+ "typo3/cms-extbase" : " 14 .*.*@dev || 15 .*.*@dev" ,
36+ "typo3/cms-fluid" : " 14 .*.*@dev || 15 .*.*@dev" ,
37+ "typo3/cms-frontend" : " 14 .*.*@dev || 15 .*.*@dev"
3838 },
3939 "config" : {
4040 "vendor-dir" : " .Build/vendor" ,
6262 "friendsofphp/php-cs-fixer" : " ^3.94.2" ,
6363 "phpstan/phpstan" : " ^2.1.42" ,
6464 "phpstan/phpstan-phpunit" : " ^2.0.16" ,
65- "typo3/cms-workspaces" : " 13 .*.*@dev || 14 .*.*@dev"
65+ "typo3/cms-workspaces" : " 14 .*.*@dev || 15 .*.*@dev"
6666 },
6767 "replace" : {
6868 "sbuerk/typo3-cmscomposerinstallers-testingframework-bridge" : " *"
6969 },
7070 "extra" : {
7171 "branch-alias" : {
72- "dev-main" : " 9 .x-dev"
72+ "dev-main" : " 10 .x-dev"
7373 }
7474 }
7575}
You can’t perform that action at this time.
0 commit comments