Skip to content

Commit

Permalink
[TASK] Switch TYPO3 dev constraint from "master" to "main" branch
Browse files Browse the repository at this point in the history
The master branch was renamed to main
  • Loading branch information
christophlehmann authored Sep 2, 2024
1 parent 53e45ef commit f106e44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"require": {
"php": "^7.4.0 || ^8",
"ext-mbstring": "*",
"typo3/cms-core": "^10 || ^11 || ^12 || dev-master",
"typo3/cms-extbase": "^10 || ^11 || ^12 || dev-master",
"typo3/cms-fluid": "^10 || ^11 || ^12 || dev-master",
"typo3/cms-frontend": "^10 || ^11 || ^12 || dev-master",
"typo3/cms-backend": "^10 || ^11 || ^12 || dev-master"
"typo3/cms-core": "^10 || ^11 || ^12 || dev-main",
"typo3/cms-extbase": "^10 || ^11 || ^12 || dev-main",
"typo3/cms-fluid": "^10 || ^11 || ^12 || dev-main",
"typo3/cms-frontend": "^10 || ^11 || ^12 || dev-main",
"typo3/cms-backend": "^10 || ^11 || ^12 || dev-main"
},
"replace": {
"typo3-ter/vhs": "self.version"
Expand Down

0 comments on commit f106e44

Please sign in to comment.