-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1007 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
39
40
41
42
{
"name": "youra-h/yii2-material-design-components",
"description": "Components can be used in php or in conjunction with the yii2 framework.",
"type": "yii2-extension",
"keywords": [
"yii2",
"extension",
"components",
"material-design",
"google-components"
],
"license": "MIT",
"authors": [
{
"name": "Youra",
"email": "bestletter@inbox.ru",
"homepage": "https://github.com/youra-h/yii2-material-design-components",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"yh\\mdc\\": "src"
}
},
"require": {
"php": ">=5.6.0",
"yiisoft/yii2": "~2.0.14"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}