forked from georgringer/news
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
29 lines (28 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
27
28
29
<?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',
'clearCacheOnLoad' => true,
'version' => '11.3.0',
'constraints' => [
'depends' => [
'php' => '7.4.0-8.3.99',
'typo3' => '11.5.19-12.9.99',
'backend' => '11.5.19-12.9.99',
'extbase' => '11.5.19-12.9.99',
'fluid' => '11.5.19-12.9.99',
'frontend' => '11.5.19-12.9.99',
'recordlist' => '11.5.19-12.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',
],
],
];