Skip to content
Snippets Groups Projects
Commit 60a3a9f3 authored by Oliver Hader's avatar Oliver Hader Committed by Oliver Hader
Browse files

[TASK] Set TYPO3 version to 10.4.24-dev

Change-Id: I9afad25a88555d3a89610b63ab0afd21e1284304
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72957


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
parent de2f469c
Branches
Tags
No related merge requests found
Showing
with 43 additions and 43 deletions
......@@ -19,7 +19,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.4.23"
"typo3/cms-core": "10.4.*@dev"
},
"conflict": {
"typo3/cms": "*"
......
......@@ -8,10 +8,10 @@ $EM_CONF[$_EXTKEY] = [
'clearCacheOnLoad' => 0,
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'version' => '10.4.23',
'version' => '10.4.24',
'constraints' => [
'depends' => [
'typo3' => '10.4.23',
'typo3' => '10.4.24',
],
'conflicts' => [],
'suggests' => [],
......
......@@ -23,10 +23,10 @@
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"symfony/var-dumper": "^4.4 || ^5.0",
"typo3/cms-backend": "10.4.23",
"typo3/cms-core": "10.4.23",
"typo3/cms-fluid": "10.4.23",
"typo3/cms-frontend": "10.4.23",
"typo3/cms-backend": "10.4.*@dev",
"typo3/cms-core": "10.4.*@dev",
"typo3/cms-fluid": "10.4.*@dev",
"typo3/cms-frontend": "10.4.*@dev",
"typo3fluid/fluid": "^2.6.10"
},
"conflict": {
......
......@@ -9,10 +9,10 @@ $EM_CONF[$_EXTKEY] = [
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '10.4.23',
'version' => '10.4.24',
'constraints' => [
'depends' => [
'typo3' => '10.4.23',
'typo3' => '10.4.24',
],
'conflicts' => [],
'suggests' => [],
......
......@@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = [
'state' => 'stable',
'uploadfolder' => 0,
'clearCacheOnLoad' => 1,
'version' => '10.4.23',
'version' => '10.4.24',
'constraints' => [
'depends' => [
'typo3' => '10.4.23',
'typo3' => '10.4.24',
],
'conflicts' => [],
'suggests' => [],
......
......@@ -10,11 +10,11 @@ $EM_CONF[$_EXTKEY] = [
'state' => 'stable',
'uploadfolder' => 0,
'clearCacheOnLoad' => 1,
'version' => '10.4.23',
'version' => '10.4.24',
'constraints' => [
'depends' => [
'typo3' => '10.4.23',
'a' => '10.4.23',
'typo3' => '10.4.24',
'a' => '10.4.24',
],
'conflicts' => [],
'suggests' => [],
......
......@@ -20,8 +20,8 @@
},
"require": {
"psr/event-dispatcher": "^1.0",
"typo3/cms-core": "10.4.23",
"typo3/cms-recordlist": "10.4.23"
"typo3/cms-core": "10.4.*@dev",
"typo3/cms-recordlist": "10.4.*@dev"
},
"suggest": {
"typo3/cms-install": "To generate url to install tool in environment toolbar"
......
......@@ -9,11 +9,11 @@ $EM_CONF[$_EXTKEY] = [
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '10.4.23',
'version' => '10.4.24',
'constraints' => [
'depends' => [
'typo3' => '10.4.23',
'recordlist' => '10.4.23',
'typo3' => '10.4.24',
'recordlist' => '10.4.24',
],
'conflicts' => [],
'suggests' => [],
......
......@@ -19,7 +19,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.4.23"
"typo3/cms-core": "10.4.*@dev"
},
"conflict": {
"typo3/cms": "*"
......
......@@ -9,10 +9,10 @@ $EM_CONF[$_EXTKEY] = [
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '10.4.23',
'version' => '10.4.24',
'constraints' => [
'depends' => [
'typo3' => '10.4.23',
'typo3' => '10.4.24',
],
'conflicts' => [],
'suggests' => [],
......
......@@ -19,7 +19,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.4.23"
"typo3/cms-core": "10.4.*@dev"
},
"conflict": {
"typo3/cms": "*"
......
......@@ -9,10 +9,10 @@ $EM_CONF[$_EXTKEY] = [
'author_company' => '',
'state' => 'stable',
'clearCacheOnLoad' => 0,
'version' => '10.4.23',
'version' => '10.4.24',
'constraints' => [
'depends' => [
'typo3' => '10.4.23',
'typo3' => '10.4.24',
],
'conflicts' => [],
'suggests' => [],
......
......@@ -19,7 +19,7 @@ namespace TYPO3\CMS\Core\Information;
class Typo3Version
{
protected const VERSION = '10.4.23';
protected const VERSION = '10.4.24-dev';
protected const BRANCH = '10.4';
/**
......
......@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = [
'title' => 'test extension',
'description' => '',
'category' => '',
'version' => '10.4.23',
'version' => '10.4.24',
'state' => 'beta',
'clearCacheOnLoad' => 0,
'author' => 'Christian Kuhn',
......@@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = [
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '10.4.23',
'typo3' => '10.4.24',
],
'conflicts' => [],
'suggests' => [],
......
......@@ -4,14 +4,14 @@ $EM_CONF[$_EXTKEY] = [
'title' => 'ExpressionBuilder Test',
'description' => 'ExpressionBuilder Test',
'category' => 'example',
'version' => '10.4.23',
'version' => '10.4.24',
'state' => 'beta',
'clearCacheOnLoad' => 0,
'author' => 'Christian Kuhn',
'author_email' => 'lolli@schwarzbu.ch',
'constraints' => [
'depends' => [
'typo3' => '10.4.23',
'typo3' => '10.4.24',
],
'conflicts' => [],
'suggests' => [],
......
......@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = [
'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' => '10.4.23',
'version' => '10.4.24',
'state' => 'beta',
'clearCacheOnLoad' => 0,
'author' => 'Oliver Hader',
......@@ -12,8 +12,8 @@ $EM_CONF[$_EXTKEY] = [
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '10.4.23',
'workspaces' => '10.4.23',
'typo3' => '10.4.24',
'workspaces' => '10.4.24',
],
'conflicts' => [],
'suggests' => [],
......
......@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = [
'title' => 'DataHandler Test',
'description' => 'DataHandler Test',
'category' => 'example',
'version' => '10.4.23',
'version' => '10.4.24',
'state' => 'beta',
'clearCacheOnLoad' => 0,
'author' => 'Oliver Hader',
......@@ -12,8 +12,8 @@ $EM_CONF[$_EXTKEY] = [
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '10.4.23',
'workspaces' => '10.4.23',
'typo3' => '10.4.24',
'workspaces' => '10.4.24',
],
'conflicts' => [],
'suggests' => [],
......
......@@ -6,7 +6,7 @@ $EM_CONF[$_EXTKEY] = [
'title' => 'Frontend eid responder',
'description' => 'Frontend eid responder',
'category' => 'example',
'version' => '10.4.23',
'version' => '10.4.24',
'state' => 'beta',
'clearCacheOnLoad' => 0,
'author' => 'Stefan Bürk',
......@@ -14,7 +14,7 @@ $EM_CONF[$_EXTKEY] = [
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '10.4.23',
'typo3' => '10.4.24',
],
'conflicts' => [],
'suggests' => [],
......
......@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = [
'title' => 'MetaData Test',
'description' => 'MetaData Test',
'category' => 'example',
'version' => '10.4.23',
'version' => '10.4.24',
'state' => 'beta',
'clearCacheOnLoad' => 0,
'author' => 'Frank Nägler',
......@@ -12,8 +12,8 @@ $EM_CONF[$_EXTKEY] = [
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '10.4.23',
'seo' => '10.4.23',
'typo3' => '10.4.24',
'seo' => '10.4.24',
],
'conflicts' => [],
'suggests' => [],
......
......@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = [
'title' => 'Test Resources',
'description' => 'Test Resources',
'category' => 'example',
'version' => '10.4.23',
'version' => '10.4.24',
'state' => 'beta',
'clearCacheOnLoad' => 0,
'author' => 'Oliver Hader',
......@@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = [
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '10.4.23'
'typo3' => '10.4.24'
],
'conflicts' => [],
'suggests' => [],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment