forked from SSFGizmo/direct_mail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
31 lines (30 loc) · 879 Bytes
/
ext_emconf.php
File metadata and controls
31 lines (30 loc) · 879 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
30
31
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'Direct Mail',
'description' => 'Advanced Direct Mail/Newsletter mailer system with sophisticated options for personalization of emails including response statistics.',
'category' => 'module',
'author' => 'Ivan Kartolo',
'author_email' => 'ivan.kartolo@dkd.de',
'author_company' => 'd.k.d Internet Service GmbH',
'state' => 'alpha',
'version' => '10.0.0',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-12.99.99',
'lowlevel' => '12.4.0-12.99.99',
'tt_address' => '8.1.0-8.1.99',
'php' => '8.1.0-8.3.99',
],
'conflicts' => [
],
'suggests' => [
],
],
'suggests' => [
],
'autoload' => [
'psr-4' => [
'DirectMailTeam\\DirectMail\\' => 'Classes/',
],
],
];