‪TYPO3CMS  11.5
ext_emconf.php File Reference

Go to the source code of this file.

Variables

 $EM_CONF [$_EXTKEY]
 

Variable Documentation

◆ $EM_CONF

$EM_CONF[ $_EXTKEY]
Initial value:
= [
'title' => 'Extension skeleton for TYPO3 7',
'description' => 'Description for ext',
'category' => 'Example Extensions',
'author' => 'Helmut Hummel',
'author_email' => 'info@helhum.io',
'author_company' => 'helhum.io',
'state' => 'stable',
'version' => '11.5.39',
'constraints' => [
'depends' => [
'typo3' => '11.5.39',
],
'conflicts' => [],
'suggests' => [],
],
'autoload' => [
'psr-4' => [
'TYPO3Fluid\\FluidTest\\' => 'Classes',
],
],
'autoload-dev' => [
'psr-4' => [
'TYPO3Fluid\\FluidTest\\Tests\\' => 'Tests',
],
],
]

Definition at line 5 of file ext_emconf.php.