-
Notifications
You must be signed in to change notification settings - Fork 26
/
ext_emconf.php
33 lines (31 loc) · 961 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
30
31
32
33
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "ws_scss".
*
* Auto generated 07-02-2014 02:04
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF['ws_scss'] = [
'title' => 'SASS compiler for TYPO3',
'description' => 'Compiles scss files to CSS files.',
'category' => 'fe',
'version' => '12.0.5',
'state' => 'stable',
'clearcacheonload' => 0,
'author' => 'Sven Wappler',
'author_email' => '[email protected]',
'author_company' => 'WapplerSystems',
'constraints' => [
'depends' => [
'php' => '8.0.0-8.2.99',
'typo3' => '12.0.0-12.4.99',
],
'conflicts' => [
],
'suggests' => [
],
],
];