Skip to content

Commit

Permalink
[TASK] Set TYPO3 version to 11.5.25-dev
Browse files Browse the repository at this point in the history
Change-Id: I06738f7b6e7101a339b420d5e50c2ab040c9f68c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77848
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: Benni Mack <benni@typo3.org>
  • Loading branch information
bmack committed Feb 14, 2023
1 parent ad7d0f3 commit c6eab3e
Show file tree
Hide file tree
Showing 101 changed files with 204 additions and 204 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": "^5.4",
"typo3/cms-backend": "11.5.24",
"typo3/cms-core": "11.5.24",
"typo3/cms-fluid": "11.5.24",
"typo3/cms-frontend": "11.5.24",
"typo3/cms-backend": "11.5.*@dev",
"typo3/cms-core": "11.5.*@dev",
"typo3/cms-fluid": "11.5.*@dev",
"typo3/cms-frontend": "11.5.*@dev",
"typo3fluid/fluid": "^2.7.2"
},
"conflict": {
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/adminpanel/ext_emconf.php
Expand Up @@ -9,10 +9,10 @@
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '11.5.24',
'version' => '11.5.25',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'typo3' => '11.5.25',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -11,10 +11,10 @@
'author_email' => '',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '11.5.24',
'version' => '11.5.25',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'typo3' => '11.5.25',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -11,11 +11,11 @@
'author_email' => '',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '11.5.24',
'version' => '11.5.25',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'a' => '11.5.24',
'typo3' => '11.5.25',
'a' => '11.5.25',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/backend/composer.json
Expand Up @@ -20,8 +20,8 @@
},
"require": {
"psr/event-dispatcher": "^1.0",
"typo3/cms-core": "11.5.24",
"typo3/cms-recordlist": "11.5.24"
"typo3/cms-core": "11.5.*@dev",
"typo3/cms-recordlist": "11.5.*@dev"
},
"suggest": {
"typo3/cms-install": "To generate url to install tool in environment toolbar"
Expand Down
6 changes: 3 additions & 3 deletions typo3/sysext/backend/ext_emconf.php
Expand Up @@ -8,11 +8,11 @@
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '11.5.24',
'version' => '11.5.25',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'recordlist' => '11.5.24',
'typo3' => '11.5.25',
'recordlist' => '11.5.25',
],
'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": "11.5.24"
"typo3/cms-core": "11.5.*@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' => '11.5.24',
'version' => '11.5.25',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'typo3' => '11.5.25',
],
'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": "11.5.24"
"typo3/cms-core": "11.5.*@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' => '11.5.24',
'version' => '11.5.25',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'typo3' => '11.5.25',
],
'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 = '11.5.24';
protected const VERSION = '11.5.25-dev';
protected const BRANCH = '11.5';

/**
Expand Down
Expand Up @@ -11,10 +11,10 @@
'author_email' => '',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '11.5.24',
'version' => '11.5.25',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'typo3' => '11.5.25',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -6,14 +6,14 @@
'title' => 'test extension',
'description' => '',
'category' => '',
'version' => '11.5.24',
'version' => '11.5.25',
'state' => 'beta',
'author' => 'Christian Kuhn',
'author_email' => 'lolli@schwarzbu.ch',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'typo3' => '11.5.25',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -6,13 +6,13 @@
'title' => 'ExpressionBuilder Test',
'description' => 'ExpressionBuilder Test',
'category' => 'example',
'version' => '11.5.24',
'version' => '11.5.25',
'state' => 'beta',
'author' => 'Christian Kuhn',
'author_email' => 'lolli@schwarzbu.ch',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'typo3' => '11.5.25',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -6,15 +6,15 @@
'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' => '11.5.24',
'version' => '11.5.25',
'state' => 'beta',
'author' => 'Oliver Hader',
'author_email' => 'oliver@typo3.org',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'workspaces' => '11.5.24',
'typo3' => '11.5.25',
'workspaces' => '11.5.25',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -6,15 +6,15 @@
'title' => 'DataHandler Test',
'description' => 'DataHandler Test',
'category' => 'example',
'version' => '11.5.24',
'version' => '11.5.25',
'state' => 'beta',
'author' => 'Oliver Hader',
'author_email' => 'oliver@typo3.org',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'workspaces' => '11.5.24',
'typo3' => '11.5.25',
'workspaces' => '11.5.25',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -5,13 +5,13 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Test DataHandler with slug fields',
'description' => 'TYPO3 extension to be used for functional tests in TYPO3 core',
'version' => '11.5.24',
'version' => '11.5.25',
'state' => 'beta',
'author' => '',
'author_email' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'typo3' => '11.5.25',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -6,14 +6,14 @@
'title' => 'Frontend eid responder',
'description' => 'Frontend eid responder',
'category' => 'example',
'version' => '11.5.24',
'version' => '11.5.25',
'state' => 'beta',
'author' => 'Stefan Bürk',
'author_email' => 'stefan@buerk.tech',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'typo3' => '11.5.25',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -6,14 +6,14 @@
'title' => 'Testing FluidEmail',
'description' => 'Testing FluidEmail',
'category' => 'example',
'version' => '11.5.24',
'version' => '11.5.25',
'state' => 'beta',
'author' => 'Oliver Bartsch',
'author_email' => 'bo@cedev.de',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'typo3' => '11.5.25',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -6,15 +6,15 @@
'title' => 'DataHandler Testing test_irre_csv',
'description' => 'DataHandler Testing test_irre_csv',
'category' => 'example',
'version' => '11.5.24',
'version' => '11.5.25',
'state' => 'beta',
'author' => 'Anja Leichsenring',
'author_email' => 'aleichsenring@ab-softlab.de',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'workspaces' => '11.5.24',
'typo3' => '11.5.25',
'workspaces' => '11.5.25',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -6,15 +6,15 @@
'title' => 'DataHandler Testing test_irre_foreignfield',
'description' => 'DataHandler Testing test_irre_foreignfield',
'category' => 'example',
'version' => '11.5.24',
'version' => '11.5.25',
'state' => 'beta',
'author' => 'Anja Leichsenring',
'author_email' => 'aleichsenring@ab-softlab.de',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'workspaces' => '11.5.24',
'typo3' => '11.5.25',
'workspaces' => '11.5.25',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -6,15 +6,15 @@
'title' => 'DataHandler Testing test_irre_mm',
'description' => 'DataHandler Testing test_irre_mm',
'category' => 'example',
'version' => '11.5.24',
'version' => '11.5.25',
'state' => 'beta',
'author' => 'Anja Leichsenring',
'author_email' => 'aleichsenring@ab-softlab.de',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'workspaces' => '11.5.24',
'typo3' => '11.5.25',
'workspaces' => '11.5.25',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -6,15 +6,15 @@
'title' => 'DataHandler Testing test_irre_mnattributeinline',
'description' => 'DataHandler Testing test_irre_mnattributeinline',
'category' => 'example',
'version' => '11.5.24',
'version' => '11.5.25',
'state' => 'beta',
'author' => 'Anja Leichsenring',
'author_email' => 'aleichsenring@ab-softlab.de',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'workspaces' => '11.5.24',
'typo3' => '11.5.25',
'workspaces' => '11.5.25',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -6,15 +6,15 @@
'title' => 'DataHandler Testing test_irre_mnattributesimple',
'description' => 'DataHandler Testing test_irre_mnattributesimple',
'category' => 'example',
'version' => '11.5.24',
'version' => '11.5.25',
'state' => 'beta',
'author' => 'Anja Leichsenring',
'author_email' => 'aleichsenring@ab-softlab.de',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'workspaces' => '11.5.24',
'typo3' => '11.5.25',
'workspaces' => '11.5.25',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -6,15 +6,15 @@
'title' => 'DataHandler Testing test_irre_mnsymmetric',
'description' => 'DataHandler Testing test_irre_mnsymmetric',
'category' => 'example',
'version' => '11.5.24',
'version' => '11.5.25',
'state' => 'beta',
'author' => 'Anja Leichsenring',
'author_email' => 'aleichsenring@ab-softlab.de',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'workspaces' => '11.5.24',
'typo3' => '11.5.25',
'workspaces' => '11.5.25',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -6,14 +6,14 @@
'title' => 'Localization Testing',
'description' => 'Localization Testing',
'category' => 'example',
'version' => '11.5.24',
'version' => '11.5.25',
'state' => 'beta',
'author' => 'Simon Gilli',
'author_email' => 'simon.gilli@typo3.org',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.24',
'typo3' => '11.5.25',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit c6eab3e

Please sign in to comment.