forked from mojisrc/fashop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
51 lines (51 loc) · 1.39 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
{
"name": "fashop",
"description": "FaShop商城系统",
"type": "project",
"keywords": [
"fashop",
"shop",
"mojikeji"
],
"homepage": "http://www.fashop.cn/",
"authors": [{
"name": "hanwenbo",
"email": "[email protected]"
}],
"require": {
"php": "^7.2",
"easyswoole/easyswoole": "v2.1.1",
"hanwenbo/ezswoole": "^2.0",
"phpFastCache/phpFastCache": "^6.0",
"overtrue/wechat": "4.1.1",
"firebase/php-jwt": "^5.0",
"intervention/image": "^2.4",
"overtrue/easy-sms": "^0.0.9",
"vlucas/phpdotenv": "^2.4",
"hashids/hashids": "^2.0",
"robmorgan/phinx": "^0.9.2",
"yansongda/pay": "dev-master",
"easyswoole/wsdebug": "^1.0",
"phpoffice/phpspreadsheet":"dev-master"
},
"autoload": {
"psr-4": {
"EasySwoole\\Core\\": "src/Core/",
"EasySwoole\\" : "Conf/",
"App\\": "App/",
"FaShopTest\\":"tests/",
"Install\\": "Install/",
"Plugin\\": "Plugin/"
},
"files": ["vendor/hanwenbo/ezswoole/src/helper/helper.php"]
},
"require-dev": {
"easyswoole/swoole-ide-helper": "dev-master"
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.laravel-china.org"
}
}
}