forked from in2code-de/lux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
22 lines (22 loc) · 739 Bytes
/
ext_emconf.php
File metadata and controls
22 lines (22 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'LUX - TYPO3 Marketing Automation',
'description' => 'Living User Experience - LUX - the Marketing Automation tool for TYPO3.
Turn your visitors to leads. Identification and profiling of your visitors within your TYPO3 website.',
'category' => 'plugin',
'version' => '24.1.0',
'author' => 'Alex Kellner',
'author_email' => 'alexander.kellner@in2code.de',
'author_company' => 'in2code.de',
'state' => 'stable',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99',
'php' => '7.2.0-8.0.99',
],
'conflicts' => [],
'suggests' => [
'dashboard' => '0.0.0-0.0.0',
],
],
];