Skip to content

Commit e4fe42f

Browse files
committed
[TASK] Set TYPO3 version to 13.4.14-dev
Change-Id: I396e1c2b272e3ff73f26274649a9b5b375cd2a50 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/89570 Tested-by: Oliver Hader <[email protected]> Reviewed-by: Oliver Hader <[email protected]> Tested-by: core-ci <[email protected]>
1 parent 9488f8b commit e4fe42f

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Some Fluid rendering tests",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"typo3/cms-core": "13.4.13"
7+
"typo3/cms-core": "13.4.*@dev"
88
},
99
"autoload": {
1010
"psr-4": {

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Test translate view helper",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"typo3/cms-core": "13.4.13"
7+
"typo3/cms-core": "13.4.*@dev"
88
},
99
"autoload": {
1010
"psr-4": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
'title' => 'Test translate view helper',
77
'description' => 'Test translate view helper test_translate',
88
'category' => 'example',
9-
'version' => '13.4.13',
9+
'version' => '13.4.14',
1010
'state' => 'beta',
1111
'author' => 'Christian Kuhn',
1212
'author_email' => '[email protected]',
1313
'author_company' => '',
1414
'constraints' => [
1515
'depends' => [
16-
'typo3' => '13.4.13',
16+
'typo3' => '13.4.14',
1717
],
1818
'conflicts' => [],
1919
'suggests' => [],

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"require": {
2222
"symfony/dependency-injection": "^7.2",
23-
"typo3/cms-core": "13.4.13",
24-
"typo3/cms-extbase": "13.4.13",
23+
"typo3/cms-core": "13.4.*@dev",
24+
"typo3/cms-extbase": "13.4.*@dev",
2525
"typo3fluid/fluid": "^4.2.0"
2626
},
2727
"conflict": {

ext_emconf.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
'author_email' => '[email protected]',
99
'author_company' => '',
1010
'state' => 'stable',
11-
'version' => '13.4.13',
11+
'version' => '13.4.14',
1212
'constraints' => [
1313
'depends' => [
14-
'core' => '13.4.13',
15-
'extbase' => '13.4.13',
14+
'core' => '13.4.14',
15+
'extbase' => '13.4.14',
1616
],
1717
'conflicts' => [],
1818
'suggests' => [],

0 commit comments

Comments
 (0)