forked from linawolf/lwo_bootstrap_news
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
36 lines (34 loc) · 917 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
30
31
32
33
34
35
36
<?php
/*
* This file is part of the package bk2k/bootstrap-package.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
*/
$EM_CONF[$_EXTKEY] = [
'title' => 'LWO Bootstrap news',
"description"=> "Bootstrap Package compatible News Templates",
'category' => 'templates',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.99.99',
'news' => '*',
],
'suggests' => [
'bootstrap_package' => '*'
]
],
'autoload' => [
'psr-4' => [
'LWO\\LwoBootstrapNews\\' => 'Classes'
],
],
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author' => 'Lina Wolf',
'author_email' => '[email protected]',
'author_company' => 'private',
'version' => '11.1.3',
];