-
Notifications
You must be signed in to change notification settings - Fork 2
/
ext_emconf.php
40 lines (38 loc) · 1.07 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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "mkvarnish".
***************************************************************/
$EM_CONF['mkvarnish'] = [
'title' => 'MK Varnish',
'description' => 'This extension takes care of connecting TYPO3 to Varnish servers for proper caching.',
'category' => 'plugin',
'author' => 'Michael Wagner',
'author_email' => '[email protected]',
'author_company' => 'DMK E-Business GmbH',
'shy' => '',
'dependencies' => '',
'version' => '12.0.0',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 1,
'lockType' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.7-12.4.99',
],
'conflicts' => [],
'suggests' => [],
],
'suggests' => [],
'autoload' => [
'classmap' => [
'Classes',
],
],
];