-
-
Notifications
You must be signed in to change notification settings - Fork 355
/
ext_emconf.php
27 lines (26 loc) · 865 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
27
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'News system',
'description' => 'Versatile news system based on Extbase & Fluid and using the latest technologies provided by TYPO3 CMS.',
'category' => 'fe',
'author' => 'Georg Ringer',
'author_email' => '[email protected]',
'state' => 'stable',
'version' => '12.1.0',
'constraints' => [
'depends' => [
'php' => '8.1.0-8.3.99',
'typo3' => '12.4.2-13.9.99',
'backend' => '12.4.2-13.9.99',
'extbase' => '12.4.2-13.9.99',
'fluid' => '12.4.2-13.9.99',
'frontend' => '12.4.2-13.9.99',
],
'conflicts' => [],
'suggests' => [
'rx_shariff' => '12.0.0-14.99.99',
'news_tagsuggest' => '1.0.0-1.99.99',
'numbered_pagination' => '1.0.1-1.99.99',
],
],
];