forked from rmrevin/yii2-minify-view
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 782 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 782 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
29
30
31
32
33
34
35
{
"name": "rmrevin/yii2-minify-view",
"description": "Yii2 View component with minification css & js",
"keywords": [
"yii2",
"minify",
"view",
"js",
"css"
],
"type": "yii2-extension",
"license": "MIT",
"minimum-stability": "stable",
"support": {
"issues": "https://github.com/rmrevin/yii2-minify-view/issues?state=open",
"wiki": "https://github.com/rmrevin/yii2-minify-view/wiki",
"source": "https://github.com/rmrevin/yii2-minify-view"
},
"authors": [
{
"name": "Revin Roman",
"email": "roman@rmrevin.com",
"homepage": "https://rmrevin.com/"
}
],
"require": {
"yiisoft/yii2": "2.0.*",
"mrclay/minify": "~2.2"
},
"autoload": {
"psr-4": {
"rmrevin\\yii\\minify\\": ""
}
}
}