-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (41 loc) · 886 Bytes
/
composer.json
File metadata and controls
45 lines (41 loc) · 886 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
38
39
40
41
42
43
44
45
{
"require": {
"esd/esd-psr": "~0.1",
"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",
"psr/http-message": "^1.0",
"ext-json": "*",
"ext-swoole": ">=4.3.0"
},
"autoload": {
"psr-4": {
"ESD\\": "src/",
"ESD\\ExampleClass\\": "exampleClass/src"
},
"files": [
"src/Core/Common.php"
]
},
"authors": [
{
"name": "tmtbe",
"email": "896369042@qq.com",
"homepage": "https://github.com/tmtbe"
}
],
"name": "esd/esd-core",
"type": "library",
"keywords": ["server", "swoole"],
"description": "esd-core",
"license": "MIT",
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.laravel-china.org"
}
}
}