forked from skeeks-semenov/yii2-assets-auto-compress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.1 KB
/
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
31
32
33
34
35
36
37
{
"name": "vaszloy/yii2-assets-auto-compress",
"description": "Automatically compile and merge files js + css + html in yii2 project",
"keywords": ["yii", "app", "skeeks", "sx", "framework", "js", "css", "assets", "auto assets"],
"homepage": "https://www.skeeks.com/",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/skeeks-semenov/yii2-assets-auto-compress/issues",
"source": "https://github.com/skeeks-semenov/yii2-assets-auto-compress",
"wiki": "https://cms.skeeks.com/",
"authors": "https://skeeks.com"
},
"authors": [
{
"name": "SkeekS",
"email": "[email protected]",
"homepage": "https://skeeks.com"
},
{
"name": "Semenov Alexander",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "^2",
"yiisoft/yii2-httpclient": "^2",
"tedivm/jshrink": "^1.3.0",
"natxet/cssmin": "^3.0.6",
"mrclay/minify": "^3.0.3"
},
"autoload": {
"psr-4": {
"skeeks\\yii2\\assetsAuto\\": "src/"
}
}
}