‪TYPO3CMS  9.5
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 ‪$EM_CONF[$_EXTKEY] = [
3  'title' => 'Extension skeleton for TYPO3 7',
4  'description' => 'Description for ext',
5  'category' => 'Example Extensions',
6  'author' => 'Helmut Hummel',
7  'author_email' => 'info@helhum.io',
8  'author_company' => 'helhum.io',
9  'state' => 'stable',
10  'uploadfolder' => '0',
11  'createDirs' => '',
12  'clearCacheOnLoad' => 0,
13  'version' => '9.5.32',
14  'constraints' => [
15  'depends' => [
16  'typo3' => '9.5.32',
17  ],
18  'conflicts' => [],
19  'suggests' => [],
20  ],
21  'autoload' => [
22  'psr-4' => [
23  'TYPO3Fluid\\FluidTest\\' => 'Classes',
24  ],
25  ],
26  'autoload-dev' => [
27  'psr-4' => [
28  'TYPO3Fluid\\FluidTest\\Tests\\' => 'Tests',
29  ],
30  ],
31 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2