-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathext_emconf.php
50 lines (48 loc) · 1.43 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?php
//
// Extension Manager/Repository config file for ext: "mkmailer"
//
// Auto generated 19-07-2009 13:45
//
// Manual updates:
// Only the data in the array - anything else is removed by next write.
// "version" and "dependencies" must not be touched!
//
$EM_CONF['mkmailer'] = [
'title' => 'MK Mailer',
'description' => 'Provides a asynchronous mail system with full template support',
'category' => 'services',
'author' => 'René Nitzsche,Michael Wagner,Hannes Bochmann',
'author_email' => 'dev@dmk-ebusiness.de',
'version' => '11.0.2',
'state' => 'stable',
'author_company' => 'DMK E-BUSINESS GmbH',
'constraints' => [
'depends' => [
'rn_base' => '1.16.0-',
'typo3' => '10.4.25-11.5.99',
],
'conflicts' => [
],
'suggests' => [
'mklib' => '9.5.0-',
't3users' => '9.0.0-',
],
],
'autoload' => [
'classmap' => [
'Classes/',
'scheduler/',
'actions/',
'exceptions/',
'mail/',
'mod1/',
'models/',
'receiver/',
'services/',
'tests/',
'util/',
],
],
'_md5_values_when_last_written' => 'a:5:{s:9:"ChangeLog";s:4:"afa5";s:10:"README.txt";s:4:"ee2d";s:12:"ext_icon.gif";s:4:"1bdc";s:19:"doc/wizard_form.dat";s:4:"ae26";s:20:"doc/wizard_form.html";s:4:"b08b";}',
];