-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
40 lines (38 loc) · 1.25 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
<?php
/*********************************************************************
* Extension configuration file for ext 'gb_events'.
*
* Generated by ext 17-09-2014 07:49 UTC
*
* https://github.com/t3elmar/Ext
*********************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'Event calendar',
'description' => 'A simple calendar for upcoming events.',
'category' => 'plugin',
'author' => 'Morton Jonuschat',
'author_email' => 'm.jonuschat@gute-botschafter.de',
'author_company' => 'Gute Botschafter GmbH',
'state' => 'stable',
'clearCacheOnLoad' => 0,
'version' => '10.0.0',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.4.99',
'extbase' => '11.5.0-12.4.99',
'fluid' => '11.5.0-12.4.99',
],
],
'autoload' => [
'psr-4' => [
'GuteBotschafter\\GbEvents\\' => 'Classes',
],
],
'autoload-dev' => [
'psr-4' => [
'GuteBotschafter\\GbEvents\\Tests\\' => 'Tests',
'TYPO3\\CMS\\Core\\Tests\\' => '.Build/vendor/typo3/cms/typo3/sysext/core/Tests/',
'TYPO3\\CMS\\Fluid\\Tests\\' => '.Build/vendor/typo3/cms/typo3/sysext/fluid/Tests/',
],
],
];