-
-
Notifications
You must be signed in to change notification settings - Fork 115
/
ext_emconf.php
34 lines (33 loc) · 974 Bytes
/
ext_emconf.php
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
32
33
34
<?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' => '[email protected]',
'author_company' => 'd.k.d Internet Service GmbH',
'state' => 'stable',
'clearcacheonload' => 0,
'version' => '9.5.2',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-11.99.99',
'lowlevel' => '11.5.0-11.99.99',
'tt_address' => '6.0.0-8.0.99',
'php' => '7.4.0-8.1.99',
'jumpurl' => '8.0.3-',
'rdct' => '2.1.0',
],
'conflicts' => [
],
'suggests' => [
],
],
'suggests' => [
],
'autoload' => [
'psr-4' => [
'DirectMailTeam\\DirectMail\\' => 'Classes/',
],
],
];