44 lines
1.2 KiB
PHP
44 lines
1.2 KiB
PHP
<?php
|
|
|
|
/***************************************************************
|
|
* Extension Manager/Repository config file for ext "vhs".
|
|
*
|
|
* Auto generated 26-01-2016 21:01
|
|
*
|
|
* 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' => 'VHS: Fluid ViewHelpers',
|
|
'description' => 'A collection of ViewHelpers to perform rendering tasks which are not natively supported by Fluid - for example: advanced formatters, math calculators, specialized conditions and Iterator/Array calculators and processors',
|
|
'category' => 'misc',
|
|
'author' => 'FluidTYPO3 Team',
|
|
'author_email' => 'claus@namelesscoder.net',
|
|
'author_company' => '',
|
|
'state' => 'stable',
|
|
'uploadfolder' => true,
|
|
'createDirs' => '',
|
|
'clearCacheOnLoad' => 0,
|
|
'version' => '2.4.0',
|
|
'constraints' =>
|
|
array (
|
|
'depends' =>
|
|
array (
|
|
'php' => '5.4.0-5.6.99',
|
|
'typo3' => '6.2.0-7.6.99',
|
|
'cms' => '',
|
|
),
|
|
'conflicts' =>
|
|
array (
|
|
),
|
|
'suggests' =>
|
|
array (
|
|
),
|
|
),
|
|
'_md5_values_when_last_written' => '',
|
|
'clearcacheonload' => true,
|
|
);
|
|
|