-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
70 lines (70 loc) · 1.95 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
68
69
70
{
"name": "raul-sauco/minihiker-webapp",
"description": "CRM backend for Minihiker Outdoor Education",
"keywords": [
"OED",
"Beijing",
"China",
"CRM"
],
"homepage": "https://backend.minihiker.com/",
"type": "customer-relationship-management",
"license": "MIT",
"support": {
"issues": "https://github.com/raul-sauco/minihiker-webapp/issues?q=is%3Aopen",
"source": "https://github.com/raul-sauco/minihiker-webapp"
},
"minimum-stability": "stable",
"require": {
"ext-curl": "*",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"kartik-v/yii2-widgets": "dev-master",
"npm-asset/axios": "^0.27.2",
"npm-asset/commander": "~2.17.1",
"npm-asset/lodash": "^4.17",
"npm-asset/vue": "^2.6",
"npm-asset/xlsx": "^0.18.5",
"php": ">=7.4",
"vova07/yii2-imperavi-widget": "^2.0",
"yiisoft/yii2": "~2.0.14",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-imagine": "^2.2",
"2amigos/yii2-file-upload-widget": "~1.0",
"yiisoft/yii2-jui": "^2.0",
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0"
},
"require-dev": {
"codeception/codeception": "^4.0",
"codeception/module-asserts": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-rest": "^1.2",
"codeception/module-webdriver": "^1.2",
"codeception/module-yii2": "^1.0",
"codeception/verify": "~0.5.0 || ~1.1.0",
"npm-asset/prettier": "^2.5",
"roave/security-advisories": "dev-latest",
"symfony/browser-kit": ">=2.7 <=4.2.4",
"yiisoft/yii2-debug": "~2.1.0",
"yiisoft/yii2-faker": "~2.0.0",
"yiisoft/yii2-gii": "~2.1.0"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
},
"allow-plugins": {
"yiisoft/yii2-composer": true
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}