-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
48 lines (48 loc) · 1.57 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
{
"name": "akiraz2/yii2-seo-analysis",
"description": "Seo analysis. Report for seo-specialist. Control for clients.",
"keywords": ["yii2", "seo", "seo-tools", "yii2-app", "seo-analysis", "seo-report", "seo-analytic"],
"homepage": "https://github.com/akiraz2/yii2-seo-analysis",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"source": "https://github.com/akiraz2/yii2-seo-analysis"
},
"minimum-stability": "stable",
"require": {
"php": ">=7.1.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",
"fabpot/goutte": "^3.2",
"guzzlehttp/guzzle": "~6.0",
"schmunk42/yii2-giiant": "dev-master",
"insolita/yii2-migration-generator": "~2.3"
},
"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"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}