mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +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' => '',
|
||||
'priority' => '',
|
||||
'module' => '',
|
||||
'state' => 'alpha',
|
||||
'state' => 'experimental',
|
||||
'internal' => '',
|
||||
'uploadfolder' => '0',
|
||||
'createDirs' => '',
|
||||
'modify_tables' => '',
|
||||
'clearCacheOnLoad' => 0,
|
||||
'lockType' => '',
|
||||
'version' => '',
|
||||
'version' => '0.0.1',
|
||||
'constraints' => array(
|
||||
'depends' => array(
|
||||
'extbase' => '6.2.0-7.0.99',
|
||||
'fluid' => '6.2.0-7.0.99',
|
||||
'typo3' => '6.2.0-7.0.99',
|
||||
'phpunit' => '4.0.0-5.9.99',
|
||||
),
|
||||
'conflicts' => array(
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue