-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathcomposer.json
46 lines (46 loc) · 1.47 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
{
"name": "akiraz2/yii2-app",
"description": "Yii2 my advanced project template (Redis-cache, DB-queue, gentelella-admin, dektrium-user, DB-log)",
"keywords": ["yii2", "framework", "advanced", "project template"],
"homepage": "https://github.com/akiraz2/yii2-app",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"source": "https://github.com/akiraz2/yii2-app"
},
"minimum-stability": "stable",
"require": {
"php": ">=7.0.0",
"yiisoft/yii2": "~2.0.14",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
"dektrium/yii2-user": "dev-master",
"yiister/yii2-gentelella": "~1.0",
"yiisoft/yii2-redis": "^2.0",
"yiisoft/yii2-queue": "^2.0",
"himiklab/yii2-recaptcha-widget": "^1.2",
"ignatenkovnikita/yii2-queuemanager": "dev-master",
"yiisoft/yii2-jui": "^2.0",
"schmunk42/yii2-giiant": "@dev"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.0.0",
"yiisoft/yii2-gii": "~2.0.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/base": "^2.2.3",
"codeception/verify": "~0.3.1",
"insolita/yii2-migration-generator": "~2.3"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}