-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
38 lines (37 loc) · 1.08 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
<?php
/**
* Extension Manager/Repository config file for ext "bdp_template".
*/
$EM_CONF['bdp_template'] = [
'title' => 'BdP Template',
'description' => '',
'category' => 'templates',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-12.4.99',
'fluid_styled_content' => '12.4.0-12.4.99',
'rte_ckeditor' => '12.4.0-12.4.99',
'container' => "2.3.5-2.3.99",
'vite-asset-collector"' => '1.9.0-1.99.99',
'z7_semantilizer' => '4.0.1-4.99.99',
'om_cookie_manager' => "12.0.1-12.99.99",
'content-defender' => "3.4.0-3.4.99",
],
'conflicts' => [
],
'suggests' => [
'news' => "11.1.0-0.0.0",
"tt-address"=> "8.0.0-0.0.0"
],
],
'autoload' => [
'psr-4' => [
'Pfadfinden\\BdpTemplate\\' => 'Classes',
],
],
'state' => 'stable',
'author' => 'Christian Schrebe',
'author_email' => 'christian.schrebe@pfadfinden.de',
'author_company' => 'Pfadfinden',
'version' => '6.0.0',
];