TYPO3  7.6
core/ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = array(
3  'title' => 'TYPO3 Core',
4  'description' => 'The core library of TYPO3.',
5  'category' => 'be',
6  'state' => 'stable',
7  'uploadfolder' => 0,
8  'createDirs' => '',
9  'clearCacheOnLoad' => 0,
10  'author' => 'Kasper Skaarhoj',
11  'author_email' => 'kasperYYYY@typo3.com',
12  'author_company' => '',
13  'version' => '7.6.0',
14  'constraints' => array(
15  'depends' => array(),
16  'conflicts' => array(),
17  'suggests' => array(),
18  ),
19 );