Skip to content

Commit

Permalink
[TASK] Set TYPO3 version to 12.4.8-dev
Browse files Browse the repository at this point in the history
Change-Id: I936fd1f3f6ad79dc17175157571c01e1154ee141
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81404
Tested-by: core-ci <[email protected]>
Tested-by: Benni Mack <[email protected]>
Reviewed-by: Benni Mack <[email protected]>
  • Loading branch information
ohader authored and bmack committed Oct 10, 2023
1 parent e672ba0 commit 18b504c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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.7"
"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.7"
"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.7',
'version' => '12.4.8',
'constraints' => [
'depends' => [
'typo3' => '12.4.7',
'typo3' => '12.4.8',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"require": {
"psr/http-message": "^1.1 || ^2.0",
"symfony/expression-language": "^6.3",
"typo3/cms-core": "12.4.7",
"typo3/cms-frontend": "12.4.7"
"typo3/cms-core": "12.4.*@dev",
"typo3/cms-frontend": "12.4.*@dev"
},
"suggest": {
"typo3/cms-filelist": "Listing of files in the directory",
Expand Down
10 changes: 5 additions & 5 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
'author' => 'TYPO3 Core Team',
'author_email' => '[email protected]',
'author_company' => '',
'version' => '12.4.7',
'version' => '12.4.8',
'constraints' => [
'depends' => [
'typo3' => '12.4.7',
'frontend' => '12.4.7',
'typo3' => '12.4.8',
'frontend' => '12.4.8',
],
'conflicts' => [],
'suggests' => [
'filelist' => '12.4.7',
'impexp' => '12.4.7',
'filelist' => '12.4.8',
'impexp' => '12.4.8',
],
],
];

0 comments on commit 18b504c

Please sign in to comment.