We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c99fb commit b737dd3Copy full SHA for b737dd3
2 files changed
composer.json
@@ -15,7 +15,8 @@
15
],
16
"require": {
17
"php": ">=8.2 < 8.4",
18
- "typo3/cms-core": "^13.3",
+ "typo3/cms-core": "^13.4",
19
+ "georgringer/news": "^12.0",
20
"openai-php/client": "*"
21
},
22
"autoload": {
ext_emconf.php
@@ -6,8 +6,8 @@
6
'category' => 'plugin',
7
'constraints' => [
8
'depends' => [
9
- 'typo3' => '13.0.0-13.9.99',
10
- 'news' => '11.0.0-11.9.99',
+ 'typo3' => '13.0.0-13.4.99',
+ 'news' => '12.0.0-12.9.99',
11
12
'conflicts' => [],
13
'suggests' => [],
0 commit comments