forked from kaystrobach/TYPO3.dyncss_scss
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 691 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 691 Bytes
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
{
"name": "kaystrobach/dyncss_scss",
"description": "Compile your CSS dynamically with DynCss Adapters.",
"type": "typo3-cms-extension",
"license": "GPL-2.0+",
"require": {
"typo3/cms-core": ">=7.6.15 || ^8.7 || ^9.5",
"leafo/scssphp": "^0.7.4",
"kaystrobach/dyncss": "^0.8.0"
},
"replace": {
"dyncss_scss": "self.version",
"typo3-ter/dyncss_scss": "self.version"
},
"autoload": {
"psr-4": {
"KayStrobach\\DyncssScss\\": "Classes/"
}
},
"keywords": ["dyncss"],
"homepage": "http://donate.kay-strobach.de/",
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/Web"
}
}
}