-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
65 lines (65 loc) · 1.84 KB
/
composer.json
File metadata and controls
65 lines (65 loc) · 1.84 KB
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
{
"minimum-stability": "stable",
"require": {
"php": ">=7.4.0",
"ext-json": "*",
"yiisoft/yii2": "~2.0.14",
"yiisoft/yii2-bootstrap4": "^2.0.9",
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
"yiisoft/yii2-httpclient": "^2.0",
"yiisoft/yii2-queue": "~2.3.0",
"yiisoft/yii2-shell": "~2.0.0",
"google/apiclient": "^2.0",
"kartik-v/yii2-grid": "@dev",
"kartik-v/yii2-mpdf": "@dev",
"kartik-v/yii2-widget-select2": "@dev",
"kartik-v/yii2-widget-datetimepicker": "@dev",
"kartik-v/yii2-widget-datepicker": "@dev",
"kartik-v/yii2-widget-activeform": "@dev",
"kartik-v/yii2-widget-switchinput": "@dev",
"kartik-v/yii2-helpers": "@dev",
"kartik-v/yii2-editable": "@dev",
"kartik-v/yii2-builder": "@dev",
"kartik-v/yii2-widgets": "@dev",
"kartik-v/yii2-icons": "@dev",
"voskobovich/yii2-linker-behavior": "^4.1",
"yiisoft/yii2-redis": "^2.0",
"guzzlehttp/guzzle": "^7.0",
"paquettg/php-html-parser": "^3.1",
"phpseclib/phpseclib": "^3.0.36"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.1.0",
"yiisoft/yii2-gii": "~2.1.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/codeception": "^4.0",
"codeception/module-asserts": "^1.0",
"codeception/module-yii2": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/verify": "~0.5.0 || ~1.1.0",
"symfony/browser-kit": ">=2.7 <=4.2.4"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
},
"allow-plugins": {
"yiisoft/yii2-composer": true
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"scripts": {
"post-update-cmd": ["Google\\Task\\Composer::cleanup", "php yii rbac/init --interactive=0"]
},
"extra": {
"google/apiclient-services": [
"Docs"
]
}
}