-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 868 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
{
"name": "lismansihotang/yii2-material-design-lite",
"description": "Material Design Lite for Yii2",
"type": "yii2-extension",
"keywords": [
"yii2",
"extension",
"yii2-extension",
"material",
"design",
"lite",
"material-design",
"material-design-lite"
],
"license": "MIT",
"support": {
"issues": "https://github.com/lismansihotang/yii2-material-design-lite/issues"
},
"authors": [
{
"name": "Lisman Sihotang",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"yiisoft/yii2": "~2.0.0",
"bower-asset/material-design-lite": "1.3.0"
},
"autoload": {
"psr-4": {
"lismansihotang\\mdl\\": ""
}
}
}