Skip to content

Commit

Permalink
[TASK] Set TYPO3 version to 12.4.6-dev
Browse files Browse the repository at this point in the history
Change-Id: I46f8b5ca905e3661ad63d8f8d6e491c9c729a8ea
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80453
Tested-by: core-ci <[email protected]>
Tested-by: Benni Mack <[email protected]>
Reviewed-by: Benni Mack <[email protected]>
  • Loading branch information
bmack committed Aug 8, 2023
1 parent fd22dae commit ebedf80
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"license": ["GPL-2.0-or-later"],
"require": {
"typo3/cms-core": "12.4.5"
"typo3/cms-core": "12.4.*@dev"
},
"autoload": {
"psr-4": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"license": ["GPL-2.0-or-later"],
"require": {
"typo3/cms-core": "12.4.5"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
'author_company' => '',
'author_email' => '',
'state' => 'stable',
'version' => '12.4.5',
'version' => '12.4.6',
'constraints' => [
'depends' => [
'typo3' => '12.4.5',
'typo3' => '12.4.6',
],
'conflicts' => [],
'suggests' => [],
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"psr/http-message": "^1.1 || ^2.0",
"symfony/expression-language": "^6.2",
"typo3/cms-core": "12.4.5"
"typo3/cms-core": "12.4.*@dev"
},
"suggest": {
"typo3/cms-filelist": "Listing of files in the directory",
Expand Down
8 changes: 4 additions & 4 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
'author' => 'TYPO3 Core Team',
'author_email' => '[email protected]',
'author_company' => '',
'version' => '12.4.5',
'version' => '12.4.6',
'constraints' => [
'depends' => [
'typo3' => '12.4.5',
'typo3' => '12.4.6',
],
'conflicts' => [],
'suggests' => [
'filelist' => '12.4.5',
'impexp' => '12.4.5',
'filelist' => '12.4.6',
'impexp' => '12.4.6',
],
],
];

0 comments on commit ebedf80

Please sign in to comment.