Skip to content

Commit bb11976

Browse files
committed
[TASK] Set TYPO3 version to 12.4.40-dev
Change-Id: Id3872da77ef6c9d733d3e130abd1568a7d80def9 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/91542 Tested-by: core-ci <[email protected]> Reviewed-by: Benni Mack <[email protected]> Tested-by: Benni Mack <[email protected]>
1 parent 06cfa12 commit bb11976

File tree

18 files changed

+27
-27
lines changed

18 files changed

+27
-27
lines changed

Tests/Functional/Fixtures/Extensions/blog_example/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A test extension for extbase",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"typo3/cms-core": "12.4.39"
7+
"typo3/cms-core": "12.4.*@dev"
88
},
99
"extra": {
1010
"typo3/cms": {

Tests/Functional/Fixtures/Extensions/blog_example/ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
'author_company' => '',
1111
'author_email' => '',
1212
'state' => 'stable',
13-
'version' => '12.4.39',
13+
'version' => '12.4.40',
1414
'constraints' => [
1515
'depends' => [
16-
'typo3' => '12.4.39',
16+
'typo3' => '12.4.40',
1717
],
1818
'conflicts' => [],
1919
'suggests' => [],

Tests/Functional/Fixtures/Extensions/label_test/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A test extension for extbase",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"typo3/cms-core": "12.4.39"
7+
"typo3/cms-core": "12.4.*@dev"
88
},
99
"extra": {
1010
"typo3/cms": {

Tests/Functional/Fixtures/Extensions/label_test/ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
'author_company' => '',
1111
'author_email' => '',
1212
'state' => 'stable',
13-
'version' => '12.4.39',
13+
'version' => '12.4.40',
1414
'constraints' => [
1515
'depends' => [
16-
'typo3' => '12.4.39',
16+
'typo3' => '12.4.40',
1717
],
1818
'conflicts' => [],
1919
'suggests' => [],

Tests/Functional/Fixtures/Extensions/parent_child_translation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Test extension for Forge issue #92768",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"typo3/cms-core": "12.4.39"
7+
"typo3/cms-core": "12.4.*@dev"
88
},
99
"autoload": {
1010
"psr-4": {

Tests/Functional/Fixtures/Extensions/parent_child_translation/ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
'author_company' => '',
1111
'author_email' => '',
1212
'state' => 'stable',
13-
'version' => '12.4.39',
13+
'version' => '12.4.40',
1414
'constraints' => [
1515
'depends' => [
16-
'typo3' => '12.4.39',
16+
'typo3' => '12.4.40',
1717
],
1818
'conflicts' => [],
1919
'suggests' => [],

Tests/Functional/Fixtures/Extensions/test_data_mapper/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A test extension for extbase",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"typo3/cms-core": "12.4.39"
7+
"typo3/cms-core": "12.4.*@dev"
88
},
99
"extra": {
1010
"typo3/cms": {

Tests/Functional/Fixtures/Extensions/test_data_mapper/ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
'author_company' => '',
1111
'author_email' => '',
1212
'state' => 'stable',
13-
'version' => '12.4.39',
13+
'version' => '12.4.40',
1414
'constraints' => [
1515
'depends' => [
16-
'typo3' => '12.4.39',
16+
'typo3' => '12.4.40',
1717
],
1818
'conflicts' => [],
1919
'suggests' => [],

Tests/Functional/Fixtures/Extensions/test_validators/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A test extension for extbase",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"typo3/cms-core": "12.4.39"
7+
"typo3/cms-core": "12.4.*@dev"
88
},
99
"extra": {
1010
"typo3/cms": {

Tests/Functional/Fixtures/Extensions/test_validators/ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
'author_company' => '',
1111
'author_email' => '',
1212
'state' => 'stable',
13-
'version' => '12.4.39',
13+
'version' => '12.4.40',
1414
'constraints' => [
1515
'depends' => [
16-
'typo3' => '12.4.39',
16+
'typo3' => '12.4.40',
1717
],
1818
'conflicts' => [],
1919
'suggests' => [],

0 commit comments

Comments
 (0)