45 lines
1.3 KiB
PHP
45 lines
1.3 KiB
PHP
<?php
|
|
|
|
/***************************************************************
|
|
* Extension Manager/Repository config file for ext "scriptmerger".
|
|
*
|
|
* Auto generated 02-02-2016 16:19
|
|
*
|
|
* 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' => 'CSS/Javascript Minificator, Compressor And Concatenator',
|
|
'description' => 'This extension minimizes the http requests by concatenating your css and javascript. Furthermore the result can be minified and compressed. This whole process is highly configurable and is partly based on the "minify", "jsminplus" and "jsmin" projects.',
|
|
'category' => 'fe',
|
|
'version' => '5.0.1',
|
|
'state' => 'stable',
|
|
'uploadfolder' => false,
|
|
'createDirs' => 'typo3temp/scriptmerger/',
|
|
'clearcacheonload' => false,
|
|
'author' => 'Stefan Galinski',
|
|
'author_email' => 'stefan@sgalinski.de',
|
|
'author_company' => '',
|
|
'constraints' =>
|
|
array (
|
|
'depends' =>
|
|
array (
|
|
'php' => '5.3.0-5.6.99',
|
|
'typo3' => '6.2.0-7.6.99',
|
|
),
|
|
'conflicts' =>
|
|
array (
|
|
'speedy' => '',
|
|
'queo_speedup' => '',
|
|
'js_css_optimizer' => '',
|
|
'minify' => '',
|
|
),
|
|
'suggests' =>
|
|
array (
|
|
),
|
|
),
|
|
);
|
|
|