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 <typo3@b13.com>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Benni Mack <benni@typo3.org>
  • Loading branch information
bmack committed Aug 8, 2023
1 parent f5a1b72 commit 6ce4218
Show file tree
Hide file tree
Showing 164 changed files with 273 additions and 273 deletions.
8 changes: 4 additions & 4 deletions typo3/sysext/adminpanel/composer.json
Expand Up @@ -23,10 +23,10 @@
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"symfony/var-dumper": "^6.3",
"typo3/cms-backend": "12.4.5",
"typo3/cms-core": "12.4.5",
"typo3/cms-fluid": "12.4.5",
"typo3/cms-frontend": "12.4.5",
"typo3/cms-backend": "12.4.*@dev",
"typo3/cms-core": "12.4.*@dev",
"typo3/cms-fluid": "12.4.*@dev",
"typo3/cms-frontend": "12.4.*@dev",
"typo3fluid/fluid": "^2.9.2"
},
"conflict": {
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/adminpanel/ext_emconf.php
Expand Up @@ -8,10 +8,10 @@
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '12.4.5',
'version' => '12.4.6',
'constraints' => [
'depends' => [
'typo3' => '12.4.5',
'typo3' => '12.4.6',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -4,7 +4,7 @@
"description": "TcaSelectItems Test",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "12.4.5"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
Expand Up @@ -4,13 +4,13 @@
'title' => 'TcaSelectItems Test',
'description' => 'TcaSelectItems Test',
'category' => 'example',
'version' => '12.4.5',
'version' => '12.4.6',
'state' => 'beta',
'author' => 'Nikita Hovratov',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '12.4.5',
'typo3' => '12.4.6',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -4,7 +4,7 @@
"description": "TcaSelectTreeItems Test",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "12.4.5"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
Expand Up @@ -4,13 +4,13 @@
'title' => 'TcaSelectTreeItems Test',
'description' => 'TcaSelectTreeItems Test',
'category' => 'example',
'version' => '12.4.5',
'version' => '12.4.6',
'state' => 'beta',
'author' => 'Nikita Hovratov',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '12.4.5',
'typo3' => '12.4.6',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -4,7 +4,7 @@
"description": "A test extension for site config override",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "12.4.5"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
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
Expand Up @@ -4,7 +4,7 @@
"description": "A test extension for site config override",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "12.4.5"
"typo3/cms-core": "12.4.*@dev"
},
"suggest": {
"typo3tests/config-override-first": "12.4.*@dev"
Expand Down
Expand Up @@ -10,11 +10,11 @@
'author_company' => '',
'author_email' => '',
'state' => 'stable',
'version' => '12.4.5',
'version' => '12.4.6',
'constraints' => [
'depends' => [
'typo3' => '12.4.5',
'a' => '12.4.5',
'typo3' => '12.4.6',
'a' => '12.4.6',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -2,7 +2,7 @@
"name": "typo3tests/cms-test-templates-a",
"type": "typo3-cms-extension",
"require": {
"typo3/cms-core": "12.4.5"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
Expand Up @@ -6,14 +6,14 @@
'title' => 'BackendViewFactory testing a',
'description' => 'BackendViewFactory testing a',
'category' => 'example',
'version' => '12.4.5',
'version' => '12.4.6',
'state' => 'beta',
'author' => 'Christian Kuhn',
'author_email' => 'lolli@schwarzbu.ch',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '12.4.5',
'typo3' => '12.4.6',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -2,7 +2,7 @@
"name": "typo3tests/cms-test-templates-b",
"type": "typo3-cms-extension",
"require": {
"typo3/cms-core": "12.4.5"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
Expand Up @@ -6,14 +6,14 @@
'title' => 'BackendViewFactory testing b',
'description' => 'BackendViewFactory testing b',
'category' => 'example',
'version' => '12.4.5',
'version' => '12.4.6',
'state' => 'beta',
'author' => 'Christian Kuhn',
'author_email' => 'lolli@schwarzbu.ch',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '12.4.5',
'typo3' => '12.4.6',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -2,7 +2,7 @@
"name": "typo3tests/cms-test-templates-c",
"type": "typo3-cms-extension",
"require": {
"typo3/cms-core": "12.4.5"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
Expand Up @@ -6,14 +6,14 @@
'title' => 'BackendViewFactory testing c',
'description' => 'BackendViewFactory testing c',
'category' => 'example',
'version' => '12.4.5',
'version' => '12.4.6',
'state' => 'beta',
'author' => 'Christian Kuhn',
'author_email' => 'lolli@schwarzbu.ch',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '12.4.5',
'typo3' => '12.4.6',
],
'conflicts' => [],
'suggests' => [],
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/backend/composer.json
Expand Up @@ -20,7 +20,7 @@
},
"require": {
"psr/event-dispatcher": "^1.0",
"typo3/cms-core": "12.4.5"
"typo3/cms-core": "12.4.*@dev"
},
"suggest": {
"typo3/cms-install": "To generate url to install tool in environment toolbar"
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/backend/ext_emconf.php
Expand Up @@ -8,10 +8,10 @@
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'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 typo3/sysext/belog/composer.json
Expand Up @@ -19,7 +19,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "12.4.5"
"typo3/cms-core": "12.4.*@dev"
},
"conflict": {
"typo3/cms": "*"
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/belog/ext_emconf.php
Expand Up @@ -8,10 +8,10 @@
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'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 typo3/sysext/beuser/composer.json
Expand Up @@ -19,7 +19,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "12.4.5"
"typo3/cms-core": "12.4.*@dev"
},
"conflict": {
"typo3/cms": "*"
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/beuser/ext_emconf.php
Expand Up @@ -8,10 +8,10 @@
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'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 typo3/sysext/core/Classes/Information/Typo3Version.php
Expand Up @@ -19,7 +19,7 @@

class Typo3Version
{
protected const VERSION = '12.4.5';
protected const VERSION = '12.4.6-dev';
protected const BRANCH = '12.4';

public function getVersion(): string
Expand Down
Expand Up @@ -4,7 +4,7 @@
"description": "A test extension for core",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "12.4.5"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
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
Expand Up @@ -4,7 +4,7 @@
"description": "A test extension for core",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "12.4.5"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
Expand Up @@ -6,14 +6,14 @@
'title' => 'test extension',
'description' => '',
'category' => '',
'version' => '12.4.5',
'version' => '12.4.6',
'state' => 'beta',
'author' => 'Christian Kuhn',
'author_email' => 'lolli@schwarzbu.ch',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '12.4.5',
'typo3' => '12.4.6',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -4,7 +4,7 @@
"description": "A test extension for core",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "12.4.5"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
Expand Up @@ -6,13 +6,13 @@
'title' => 'ExpressionBuilder Test',
'description' => 'ExpressionBuilder Test',
'category' => 'example',
'version' => '12.4.5',
'version' => '12.4.6',
'state' => 'beta',
'author' => 'Christian Kuhn',
'author_email' => 'lolli@schwarzbu.ch',
'constraints' => [
'depends' => [
'typo3' => '12.4.5',
'typo3' => '12.4.6',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -4,7 +4,7 @@
"description": "A test extension for core",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "12.4.5"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down
Expand Up @@ -6,14 +6,14 @@
'title' => 'Fixture extension for functional tests for Inline Relational Record Editing IRRE',
'description' => 'based on irre_tutorial extension created by Oliver Hader, see https://forge.typo3.org/projects/extension-irre_tutorial',
'category' => 'example',
'version' => '12.4.5',
'version' => '12.4.6',
'state' => 'beta',
'author' => 'Oliver Hader',
'author_email' => 'oliver@typo3.org',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '12.4.5',
'typo3' => '12.4.6',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -4,7 +4,7 @@
"description": "A test extension for core",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "12.4.5"
"typo3/cms-core": "12.4.*@dev"
},
"extra": {
"typo3/cms": {
Expand Down

0 comments on commit 6ce4218

Please sign in to comment.