TYPO3  7.6
impexp/Tests/Functional/Fixtures/Extensions/template_extension/ext_emconf.php
Go to the documentation of this file.
1 <?php
2 
3 $EM_CONF[$_EXTKEY] = array(
4  'title' => 'Impexp test extension',
5  'description' => '',
6  'category' => '',
7  'version' => '0.1.0',
8  'state' => 'beta',
9  'uploadfolder' => 1,
10  'createDirs' => '',
11  'clearcacheonload' => 1,
12  'author' => 'Marc Bastian Heinrichs',
13  'author_email' => 'typo3@mbh-software.de',
14  'author_company' => '',
15  'constraints' => array(
16  'depends' => array(
17  'typo3' => '4.5.0-0.0.0',
18  ),
19  'conflicts' => array(
20  ),
21  'suggests' => array(
22  ),
23  ),
24  'suggests' => array(
25  ),
26 );