Skip to content

Commit 7a67938

Browse files
authored
[TASK] Prepare main branch for v14&v15 (#717)
> composer req \ typo3/cms-backend:"14.*.*@dev || 15.*.*@dev" \ typo3/cms-core:"14.*.*@dev || 15.*.*@dev" \ typo3/cms-extbase:"14.*.*@dev || 15.*.*@dev" \ typo3/cms-fluid:"14.*.*@dev || 15.*.*@dev" \ typo3/cms-frontend:"14.*.*@dev || 15.*.*@dev" > composer req --dev typo3/cms-workspaces:"14.*.*@dev || 15.*.*@dev" Plus composer.json main branch alias preparing 10.x.x.
1 parent a7a71dc commit 7a67938

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
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",
@@ -62,14 +62,14 @@
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
}

0 commit comments

Comments
 (0)