forked from lochmueller/sourceopt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
30 lines (27 loc) · 1004 Bytes
/
ext_emconf.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "sourceopt".
*
* Auto generated 05-02-2015 17:26
*
* 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' => 'Source Optimization',
'description' => 'Optimization of the final page: reformatting the (x)html output, removal of new lines, and quotes. Move development repository to https://github.com/lochmueller/sourceopt',
'category' => 'fe',
'version' => '0.9.1',
'state' => 'beta',
'author' => 'Dr. Ronald P. Steiner, Boris Nicolai, Tim Lochmueller',
'author_company' => NULL,
'constraints' =>
array (
'depends' =>
array (
'typo3' => '6.2.0-7.99.99',
),
),
);