-
Notifications
You must be signed in to change notification settings - Fork 141
/
composer.json
65 lines (65 loc) · 1.79 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
{
"name": "fashop",
"description": "fashop",
"type": "project",
"authors": [
{
"name": "hanwenbo",
"email": "9476400@qq.com"
}
],
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.laravel-china.org"
},
"easyswoole/mysqli":{
"type": "vcs",
"url": "https://github.com/hanwenbo/mysqli"
},
"hanwenbo/ezswoole":{
"type": "vcs",
"url": "https://github.com/hanwenbo/ezswoole"
},
"easyswoole/pay":{
"type": "vcs",
"url": "https://github.com/hanwenbo/pay"
},
"jpush/jpush":{
"type": "vcs",
"url": "https://github.com/hanwenbo/jpush-api-php-client"
}
},
"require": {
"php": "^7.2",
"hanwenbo/ezswoole": "v3.x-dev",
"easyswoole/wechat": "dev-master",
"easyswoole/pay": "dev-master",
"firebase/php-jwt": "^5.0",
"intervention/image": "^2.4",
"overtrue/easy-sms": "^0.0.9",
"hashids/hashids": "^2.0",
"guzzlehttp/guzzle": "~6.0",
"phpoffice/phpspreadsheet": "^1.6.0",
"easyswoole/curl": "^1.0",
"hanwenbo/policy": "^1.0",
"hanwenbo/reflect": "^1.0",
"aliyuncs/oss-sdk-php": "^2.3",
"easyswoole/mysqli": "dev-master as 1",
"jpush/jpush": "*",
"easyswoole/socket": "^1.1"
},
"autoload": {
"psr-4": {
"App\\": "App/",
"Model\\": "App/Model/",
"Logic\\": "App/Logic/",
"FaShopTest\\": "tests/",
"Install\\": "Install/"
}
},
"require-dev": {
"ext-json": "^1.6",
"easyswoole/swoole-ide-helper": "^1.2"
}
}