-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 1.21 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
{
"name": "webguosai/framework",
"description": "framework",
"keywords": ["framework"],
"support": {
"issues": "https://github.com/webguosai/framework/issues",
"source": "https://github.com/webguosai/framework"
},
"authors": [
{
"name": "webguosai",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.2",
"ext-json": "*",
"ext-openssl": "*",
"ext-iconv": "*",
"ext-gd": "*",
"ext-mbstring": "*",
"webguosai/http-client": "^2.1",
"trendsoft/capital": "^0.1.2",
"phpmailer/phpmailer": "^6.5",
"hisune/echarts-php": "^1.0",
"graze/array-merger": "^0.2.0",
"nesbot/carbon": "^2.57",
"firebase/php-jwt": "^6.1",
"endroid/qr-code": "^3.9",
"khanamiryan/qrcode-detector-decoder": "1.0.5.2",
"league/climate": "^3.6",
"chinayin/ip2region-core": "^2.0",
"phpseclib/phpseclib": "~2.0"
},
"require-dev": {
"symfony/var-dumper": "^5.3"
},
"autoload": {
"psr-4": {
"Webguosai\\": "src",
"Webguosai\\Tests\\": "tests"
}
},
"license": "MIT"
}