-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathext_emconf.php
30 lines (28 loc) · 1.02 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
<?php
//#######################################################################
// Extension Manager/Repository config file for ext: "xm_tools"
//
// Auto generated by Extension Builder 2014-05-26
//
// Manual updates:
// Only the data in the array - anything else is removed by next write.
// "version" and "dependencies" must not be touched!
//#######################################################################
$EM_CONF[$_EXTKEY] = [
'title' => 'XIMA Tools',
'description' => 'TYPO3 toolbox by XIMA MEDIA GmbH',
'category' => 'misc',
'author' => 'Sebastian Gierth, Steve Lenz, Markus Hackel',
'author_email' => 'sgi@xima.de, sle@xima.de, mha@xima.de',
'author_company' => 'XIMA MEDIA GmbH',
'state' => 'stable',
'version' => '12.0.0',
'constraints' => [
'depends' => [
'php' => '8.1.0-8.2.99',
'typo3' => '12.4.0-12.4.99',
],
'conflicts' => [],
'suggests' => [],
],
];