-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
29 lines (28 loc) · 905 Bytes
/
ext_emconf.php
File metadata and controls
29 lines (28 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'DeepL Write',
'description' => 'DeepL Write support for TYPO3. Write better texts, translate to simple language',
'category' => 'backend',
'author' => 'web-vision GmbH Team',
'author_company' => 'web-vision GmbH',
'author_email' => 'hello@web-vision.de',
'state' => 'stable',
'version' => '1.0.2',
'constraints' => [
'depends' => [
'php' => '8.1.0-8.4.99',
'typo3' => '12.4.0-13.4.99',
'backend' => '12.4.0-13.4.99',
'deepl_base' => '1.0.1-1.99.99',
'deeplcom_deepl_php' => '1.12.0-1.12.99',
],
'conflicts' => [],
'suggests' => [
'container' => '*',
'dashboard' => '*',
'install' => '*',
'enable_translated_content' => '*',
'deepltranslate_core' => '*',
],
],
];