-
Notifications
You must be signed in to change notification settings - Fork 1
/
ext_emconf.php
26 lines (26 loc) · 949 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
<?php
/************************************************************************
* Extension Manager/Repository config file for ext "elasticcache".
************************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'elasticcache',
'description' => 'Base extension for project "elasticcache"',
'category' => 'extension',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.99.99'
],
'conflicts' => [
],
],
'autoload' => [
'psr-4' => [
'TeamNeusta\\Elasticcache\\' => 'Classes'
],
],
'state' => 'stable',
'author' => 'Susanne Moog, Steffen Frese, Tobias Kretschmann',
'author_company' => 'Neusta GmbH',
'version' => '8.0.0',
];