forked from skeeks-semenov/yii2-assets-auto-compress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 802 Bytes
/
composer.json
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
{
"name": "skeeks/yii2-assets-auto-compress",
"description": "Automatically compile and merge files js + css",
"keywords": ["yii", "app", "skeeks", "sx", "framework", "js", "css", "assets", "auto assets"],
"homepage": "http://www.skeeks.com/",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"issues": "http://www.skeeks.com/",
"wiki": "http://cms.skeeks.com/wiki/",
"source": "https://github.com/skeeks-semenov/yii2-assets-auto-compress"
},
"authors": [
{
"name": "Semenov Alexander",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "*",
"tedivm/jshrink": "*",
"natxet/cssmin": "*",
"mrclay/minify": "*"
},
"autoload": {
"psr-4": {
"skeeks\\yii2\\assetsAuto\\": ""
}
}
}