-
Notifications
You must be signed in to change notification settings - Fork 252
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 857 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 857 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
{
"require": {
"php": ">=7.1.6",
"monolog/monolog": "@stable",
"hassankhan/config": "@stable",
"voku/anti-xss": "@stable",
"illuminate/view": "^5.1",
"filp/whoops": "@stable",
"graylog2/gelf-php": "@stable",
"php-amqplib/php-amqplib": "@stable",
"php-ds/php-ds": "@stable",
"symfony/console": "@stable"
},
"autoload": {
"psr-4": {
"Server\\": "src/Server",
"app\\": "src/app",
"test\\": "src/test"
},
"files": [
"src/Server/helpers/Common.php"
]
},
"authors": [
{
"name": "tmtbe",
"email": "[email protected]",
"homepage": "https://github.com/tmtbe"
}
],
"name": "tmtbe/swooledistributed",
"type": "library",
"keywords": ["server", "swoole", "distributed"],
"description": "In order to develop the api server",
"license": "MIT"
}