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