Skip to content

Commit

Permalink
[TASK] Set TYPO3 version to 11.5.36-dev
Browse files Browse the repository at this point in the history
Change-Id: I6aa8b241cbb0e433928b252a613fb4ecc5f0e7bb
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82964
Tested-by: Oliver Hader <oliver.hader@typo3.org>
Reviewed-by: Oliver Hader <oliver.hader@typo3.org>
Tested-by: core-ci <typo3@b13.com>
  • Loading branch information
ohader committed Feb 13, 2024
1 parent 7cd2396 commit 55873fe
Show file tree
Hide file tree
Showing 103 changed files with 207 additions and 207 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.35",
"typo3/cms-core": "11.5.35",
"typo3/cms-fluid": "11.5.35",
"typo3/cms-frontend": "11.5.35",
"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.35',
'version' => '11.5.36',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'typo3' => '11.5.36',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -11,10 +11,10 @@
'author_email' => '',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '11.5.35',
'version' => '11.5.36',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'typo3' => '11.5.36',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -11,11 +11,11 @@
'author_email' => '',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '11.5.35',
'version' => '11.5.36',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'a' => '11.5.35',
'typo3' => '11.5.36',
'a' => '11.5.36',
],
'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.35",
"typo3/cms-recordlist": "11.5.35"
"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.35',
'version' => '11.5.36',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'recordlist' => '11.5.35',
'typo3' => '11.5.36',
'recordlist' => '11.5.36',
],
'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.35"
"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.35',
'version' => '11.5.36',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'typo3' => '11.5.36',
],
'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.35"
"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.35',
'version' => '11.5.36',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'typo3' => '11.5.36',
],
'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.35';
protected const VERSION = '11.5.36-dev';
protected const BRANCH = '11.5';

/**
Expand Down
Expand Up @@ -11,10 +11,10 @@
'author_email' => '',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '11.5.35',
'version' => '11.5.36',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'typo3' => '11.5.36',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -6,14 +6,14 @@
'title' => 'test extension',
'description' => '',
'category' => '',
'version' => '11.5.35',
'version' => '11.5.36',
'state' => 'beta',
'author' => 'Christian Kuhn',
'author_email' => 'lolli@schwarzbu.ch',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'typo3' => '11.5.36',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -6,13 +6,13 @@
'title' => 'ExpressionBuilder Test',
'description' => 'ExpressionBuilder Test',
'category' => 'example',
'version' => '11.5.35',
'version' => '11.5.36',
'state' => 'beta',
'author' => 'Christian Kuhn',
'author_email' => 'lolli@schwarzbu.ch',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'typo3' => '11.5.36',
],
'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.35',
'version' => '11.5.36',
'state' => 'beta',
'author' => 'Oliver Hader',
'author_email' => 'oliver@typo3.org',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'workspaces' => '11.5.35',
'typo3' => '11.5.36',
'workspaces' => '11.5.36',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -6,15 +6,15 @@
'title' => 'DataHandler Test',
'description' => 'DataHandler Test',
'category' => 'example',
'version' => '11.5.35',
'version' => '11.5.36',
'state' => 'beta',
'author' => 'Oliver Hader',
'author_email' => 'oliver@typo3.org',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'workspaces' => '11.5.35',
'typo3' => '11.5.36',
'workspaces' => '11.5.36',
],
'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.35',
'version' => '11.5.36',
'state' => 'beta',
'author' => '',
'author_email' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'typo3' => '11.5.36',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -6,14 +6,14 @@
'title' => 'Frontend eid responder',
'description' => 'Frontend eid responder',
'category' => 'example',
'version' => '11.5.35',
'version' => '11.5.36',
'state' => 'beta',
'author' => 'Stefan Bürk',
'author_email' => 'stefan@buerk.tech',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'typo3' => '11.5.36',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -6,14 +6,14 @@
'title' => 'Testing FluidEmail',
'description' => 'Testing FluidEmail',
'category' => 'example',
'version' => '11.5.35',
'version' => '11.5.36',
'state' => 'beta',
'author' => 'Oliver Bartsch',
'author_email' => 'bo@cedev.de',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'typo3' => '11.5.36',
],
'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.35',
'version' => '11.5.36',
'state' => 'beta',
'author' => 'Anja Leichsenring',
'author_email' => 'aleichsenring@ab-softlab.de',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'workspaces' => '11.5.35',
'typo3' => '11.5.36',
'workspaces' => '11.5.36',
],
'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.35',
'version' => '11.5.36',
'state' => 'beta',
'author' => 'Anja Leichsenring',
'author_email' => 'aleichsenring@ab-softlab.de',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'workspaces' => '11.5.35',
'typo3' => '11.5.36',
'workspaces' => '11.5.36',
],
'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.35',
'version' => '11.5.36',
'state' => 'beta',
'author' => 'Anja Leichsenring',
'author_email' => 'aleichsenring@ab-softlab.de',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'workspaces' => '11.5.35',
'typo3' => '11.5.36',
'workspaces' => '11.5.36',
],
'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.35',
'version' => '11.5.36',
'state' => 'beta',
'author' => 'Anja Leichsenring',
'author_email' => 'aleichsenring@ab-softlab.de',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'workspaces' => '11.5.35',
'typo3' => '11.5.36',
'workspaces' => '11.5.36',
],
'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.35',
'version' => '11.5.36',
'state' => 'beta',
'author' => 'Anja Leichsenring',
'author_email' => 'aleichsenring@ab-softlab.de',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'workspaces' => '11.5.35',
'typo3' => '11.5.36',
'workspaces' => '11.5.36',
],
'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.35',
'version' => '11.5.36',
'state' => 'beta',
'author' => 'Anja Leichsenring',
'author_email' => 'aleichsenring@ab-softlab.de',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'workspaces' => '11.5.35',
'typo3' => '11.5.36',
'workspaces' => '11.5.36',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -6,14 +6,14 @@
'title' => 'Localization Testing',
'description' => 'Localization Testing',
'category' => 'example',
'version' => '11.5.35',
'version' => '11.5.36',
'state' => 'beta',
'author' => 'Simon Gilli',
'author_email' => 'simon.gilli@typo3.org',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.35',
'typo3' => '11.5.36',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 55873fe

Please sign in to comment.