Skip to content

Commit b737dd3

Browse files
committed
[TASK] Update v13 version
1 parent 20c99fb commit b737dd3

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
],
1616
"require": {
1717
"php": ">=8.2 < 8.4",
18-
"typo3/cms-core": "^13.3",
18+
"typo3/cms-core": "^13.4",
19+
"georgringer/news": "^12.0",
1920
"openai-php/client": "*"
2021
},
2122
"autoload": {

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
'category' => 'plugin',
77
'constraints' => [
88
'depends' => [
9-
'typo3' => '13.0.0-13.9.99',
10-
'news' => '11.0.0-11.9.99',
9+
'typo3' => '13.0.0-13.4.99',
10+
'news' => '12.0.0-12.9.99',
1111
],
1212
'conflicts' => [],
1313
'suggests' => [],

0 commit comments

Comments
 (0)