-
Notifications
You must be signed in to change notification settings - Fork 14
/
composer.json
55 lines (55 loc) · 1.46 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
{
"require": {
"esd/esd-co-server": "~0.1",
"esd/console-plugin": "~0.1",
"esd/easyroute-plugin": "~0.1",
"esd/annotations-scan-plugin": "~0.1",
"esd/scheduled-plugin": "~0.1",
"esd/redis-plugin": "~0.1",
"esd/session-plugin": "~0.1",
"esd/autoreload-plugin": "~0.1",
"esd/validate-plugin": "~0.1",
"esd/mysql-plugin": "~0.1",
"esd/saber-plugin": "~0.1",
"esd/aop-plugin": "~0.1",
"esd/actuator-plugin": "~0.1",
"esd/whoops-plugin": "~0.1",
"esd/cache-plugin": "~0.1",
"esd/security-plugin": "~0.1",
"esd/phpunit-plugin": "~0.1",
"esd/process-rpc-plugin": "~0.1",
"esd/uid-plugin": "~0.1",
"esd/topic-plugin": "~0.1",
"esd/blade-plugin": "~0.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
},
"autoload": {
"psr-4": {
"ESD\\": "src/",
"ESD\\Examples\\": "examples/src/"
}
},
"authors": [
{
"name": "tmtbe",
"email": "896369042@qq.com",
"homepage": "https://github.com/tmtbe"
}
],
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.laravel-china.org"
}
},
"name": "esd/esd-server",
"type": "library",
"keywords": [
"server",
"swoole"
],
"description": "esd",
"license": "MIT"
}