-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 795 Bytes
/
composer.json
File metadata and controls
37 lines (37 loc) · 795 Bytes
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
{
"require": {
"monolog/monolog": "^1.24",
"symfony/console": "^4.2",
"symfony/yaml": "^4.2",
"php-di/php-di": "^6.0",
"ocramius/proxy-manager": "^2.1",
"doctrine/annotations": "^1.6"
},
"autoload": {
"psr-4": {
"ESD\\BaseServer\\": "src/",
"ESD\\BaseServer\\ExampleClass\\": "exampleClass/"
},
"files": [
"src/Common.php"
]
},
"authors": [
{
"name": "tmtbe",
"email": "896369042@qq.com",
"homepage": "https://github.com/tmtbe"
}
],
"name": "esd/base-server",
"type": "library",
"keywords": ["server", "swoole"],
"description": "base-server",
"license": "MIT",
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.laravel-china.org"
}
}
}