Skip to content

Commit

Permalink
[TASK] Set TYPO3 version to 12.4.11-dev
Browse files Browse the repository at this point in the history
Change-Id: I60ef2b390e55d5544f599d82f8c71b64093ede8b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82467
Tested-by: core-ci <[email protected]>
Tested-by: Oliver Hader <[email protected]>
Reviewed-by: Oliver Hader <[email protected]>
  • Loading branch information
ohader committed Jan 16, 2024
1 parent 876438d commit 052a73c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "12.4.10"
"typo3/cms-core": "12.4.*@dev"
},
"conflict": {
"typo3/cms": "*"
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
'author_email' => '[email protected]',
'author_company' => '',
'state' => 'stable',
'version' => '12.4.10',
'version' => '12.4.11',
'constraints' => [
'depends' => [
'typo3' => '12.4.10',
'typo3' => '12.4.11',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 052a73c

Please sign in to comment.