forked from rmrevin/yii2-minify-view
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
38 lines (38 loc) · 955 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
31
32
33
34
35
36
37
38
{
"name": "processfast/yii2-minify-view",
"description": "Modification of rmrevin/yii-2-minify-view lib to allow minification of css & js in a load balanced environment",
"keywords": [
"AWS",
"S3",
"yii2",
"minify",
"view",
"js",
"css"
],
"type": "yii2-extension",
"license": "MIT",
"minimum-stability": "stable",
"support": {
"issues": "https://github.com/ProcessFast/yii2-minify-view/issues?state=open",
"wiki": "https://github.com/ProcessFast/yii2-minify-view/wiki",
"source": "https://github.com/ProcessFast/yii2-minify-view"
},
"authors": [
{
"name": "ProcessFast, LLC and Roman Revin",
"email": "[email protected]",
"homepage": "https://processfast.com"
}
],
"require": {
"yiisoft/yii2": "2.0.*",
"mrclay/minify": "~2.2",
"fedemotta/yii2-aws-sdk": "2.*"
},
"autoload": {
"psr-4": {
"processfast\\yii\\minify\\": ""
}
}
}