mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
[TASK] Update the ext_emconf.php
* set the version to 0.0.1 * set the state to experimental * add a dependency on PHPUnit
This commit is contained in:
parent
e1dfe5971f
commit
bd16a2a531
1 changed files with 3 additions and 2 deletions
|
@ -20,19 +20,20 @@ $EM_CONF[$_EXTKEY] = array(
|
||||||
'shy' => '',
|
'shy' => '',
|
||||||
'priority' => '',
|
'priority' => '',
|
||||||
'module' => '',
|
'module' => '',
|
||||||
'state' => 'alpha',
|
'state' => 'experimental',
|
||||||
'internal' => '',
|
'internal' => '',
|
||||||
'uploadfolder' => '0',
|
'uploadfolder' => '0',
|
||||||
'createDirs' => '',
|
'createDirs' => '',
|
||||||
'modify_tables' => '',
|
'modify_tables' => '',
|
||||||
'clearCacheOnLoad' => 0,
|
'clearCacheOnLoad' => 0,
|
||||||
'lockType' => '',
|
'lockType' => '',
|
||||||
'version' => '',
|
'version' => '0.0.1',
|
||||||
'constraints' => array(
|
'constraints' => array(
|
||||||
'depends' => array(
|
'depends' => array(
|
||||||
'extbase' => '6.2.0-7.0.99',
|
'extbase' => '6.2.0-7.0.99',
|
||||||
'fluid' => '6.2.0-7.0.99',
|
'fluid' => '6.2.0-7.0.99',
|
||||||
'typo3' => '6.2.0-7.0.99',
|
'typo3' => '6.2.0-7.0.99',
|
||||||
|
'phpunit' => '4.0.0-5.9.99',
|
||||||
),
|
),
|
||||||
'conflicts' => array(
|
'conflicts' => array(
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue