-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 920 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
{
"name": "fgh151/yii2-review",
"description": "review for yii2 model",
"keywords": ["yii2", "yii 2", "application", "review", "module", "fgh151"],
"homepage": "https://github.com/fgh151/yii2-review",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"source": "https://github.com/fgh151/yii2-review"
},
"authors": [
{
"name": "Fedor B Gorsky",
"email": "fedor@support-pc.org"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.5",
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*"
},
"require-dev": {
"yiisoft/yii2-debug": "*"
},
"config": {
"process-timeout": 1800,
"allow-plugins": {
"yiisoft/yii2-composer": true
}
},
"autoload": {
"psr-4": {
"fgh151\\review\\": ""
}
}
}