-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
67 lines (67 loc) · 2.14 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name":"scm/mb",
"description":"",
"keywords": ["yii2", "framework", "basic", "project template"],
"homepage":"http://www.yiiframework.com/",
"type":"project",
"autor":"mb ",
"license":"BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/",
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php":">=7.1.9",
"yiisoft/yii2":"~2.0.14",
"yiisoft/yii2-bootstrap":"~2.0.0",
"yiisoft/yii2-swiftmailer":"~2.1.0",
"guzzlehttp/guzzle":"^6.3",
"webonyx/graphql-php": "^0.13.1",
"softonic/graphql-client": "^1.2",
"chrmorandi/yii2-ldap": "^0.4.0",
"yiisoft/yii2-elasticsearch": "~2.0.0",
"edvlerblog/yii2-adldap-module": "^6.0.0",
"yiisoft/yii2-authclient": "^2.2",
"lav45/yii2-project-configuration": "^1.0",
"codemix/yii2-configloader": "^0.10.0",
"yiisoft/yii2-queue": "^2.3",
"fedemotta/yii2-cronjob": "^1.1",
"omnilight/yii2-scheduling": "*",
"mohorev/yii2-upload-behavior": "*",
"thamtech/yii2-ratelimiter-advanced": "^0.4.0",
"sizeg/yii2-jwt": "^2.0",
"immusen/yii2-swoole-websocket": "~1.0"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.1.0",
"yiisoft/yii2-gii": "~2.1.0",
"yiisoft/yii2-faker": "~2.0.0",
"phpunit/phpunit":"^7",
"codeception/base":"^2.2.3",
"codeception/verify":"~0.3.1",
"codeception/specify":"~0.4.3",
"codeception/codeception":"^2.5",
"symfony/browser-kit": ">=2.7 <=4.2.4",
"vlucas/phpdotenv": "^2.4.0"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
},
"allow-plugins": {
"yiisoft/yii2-composer": true
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}