mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:36:12 +02: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:
Oliver Klee 2015-10-23 22:06:35 +02:00
parent e1dfe5971f
commit bd16a2a531

View file

@ -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(
),