Skip to content

Commit 213fcab

Browse files
committed
Update TYPO3 version
1 parent 81aa32b commit 213fcab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"php": ">=8.2 < 8.6",
18-
"typo3/cms-core": "^14.0"
18+
"typo3/cms-core": "^14.3"
1919
},
2020
"require-dev": {
2121
"friendsofphp/php-cs-fixer": "^3.91",

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'constraints' => [
1313
'depends' => [
1414
'php' => '8.2.0-8.5.99',
15-
'typo3' => '14.0.0-14.3.99',
15+
'typo3' => '14.3.0-14.3.99',
1616
],
1717
'conflicts' => [
1818
],

0 commit comments

Comments
 (0)