forked from FluidTYPO3/flux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
782c65e
commit c9652f6
Showing
1 changed file
with
40 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,42 @@ | ||
<?php | ||
|
||
/*************************************************************** | ||
* Extension Manager/Repository config file for ext "flux". | ||
* | ||
* Auto generated 18-09-2014 23:56 | ||
* | ||
* Manual updates: | ||
* Only the data in the array - everything else is removed by next | ||
* writing. "version" and "dependencies" must not be touched! | ||
***************************************************************/ | ||
|
||
$EM_CONF[$_EXTKEY] = array( | ||
'title' => 'Flux: Fluid FlexForms', | ||
'description' => 'Backend form and frontend content rendering assistance API with focus on productivity.', | ||
'category' => 'misc', | ||
'shy' => 0, | ||
'version' => '7.4.0', | ||
'dependencies' => 'cms', | ||
'conflicts' => '', | ||
'priority' => 'top', | ||
'loadOrder' => '', | ||
'module' => '', | ||
'state' => 'beta', | ||
'uploadfolder' => 0, | ||
'createDirs' => '', | ||
'modify_tables' => '', | ||
'clearcacheonload' => 1, | ||
'lockType' => '', | ||
'author' => 'FluidTYPO3 Team', | ||
'author_email' => '[email protected]', | ||
'author_company' => '', | ||
'CGLcompliance' => '', | ||
'CGLcompliance_note' => '', | ||
'constraints' => array( | ||
'depends' => array( | ||
'typo3' => '7.6.13-8.5.99', | ||
'php' => '7.0.0-7.1.99' | ||
), | ||
'conflicts' => array( | ||
), | ||
'suggests' => array( | ||
), | ||
), | ||
'_md5_values_when_last_written' => '', | ||
'suggests' => array( | ||
), | ||
$EM_CONF[$_EXTKEY] = array ( | ||
'title' => 'Flux: Fluid FlexForms', | ||
'description' => 'Backend form and frontend content rendering assistance API with focus on productivity.', | ||
'category' => 'misc', | ||
'shy' => 0, | ||
'version' => '8.0.0', | ||
'dependencies' => 'cms', | ||
'conflicts' => '', | ||
'priority' => 'top', | ||
'loadOrder' => '', | ||
'module' => '', | ||
'state' => 'stable', | ||
'uploadfolder' => 0, | ||
'createDirs' => '', | ||
'modify_tables' => '', | ||
'clearcacheonload' => 1, | ||
'lockType' => '', | ||
'author' => 'FluidTYPO3 Team', | ||
'author_email' => '[email protected]', | ||
'author_company' => '', | ||
'CGLcompliance' => '', | ||
'CGLcompliance_note' => '', | ||
'constraints' => | ||
array ( | ||
'depends' => | ||
array ( | ||
'typo3' => '7.6.13-8.5.99', | ||
'php' => '7.0.0-7.1.99', | ||
), | ||
'conflicts' => | ||
array ( | ||
), | ||
'suggests' => | ||
array ( | ||
), | ||
), | ||
'_md5_values_when_last_written' => '', | ||
'suggests' => | ||
array ( | ||
), | ||
); |