-
Notifications
You must be signed in to change notification settings - Fork 20
/
ext_emconf.php
41 lines (39 loc) · 1.21 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
31
32
33
34
35
36
37
38
39
40
41
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "t3sbootstrap".
*
* Auto generated 28-09-2022 12:19
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF['t3sbootstrap'] = [
'title' => 'Bootstrap Components',
'description' => 'Startup extension to use bootstrap 5 classes, components and more out of the box. Example and info: www.t3sbootstrap.de',
'category' => 'templates',
'version' => '5.3.18',
'state' => 'stable',
'author' => 'Helmut Hackbarth',
'author_email' => 'typo3@t3solution.de',
'author_company' => 't3solution',
'constraints' =>
[
'depends' =>
[
'php' => '8.1.0-8.3.99',
'typo3' => '12.4.12-12.4.99',
'container' => '3.1.0-3.99.99',
'content_defender' => '3.4.2-3.99.99'
],
'conflicts' =>
[
'ws_scss' => '*',
'dyncss' => '*',
'gridelements' => '*',
],
'suggests' =>
[
],
],
];