-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
30 lines (30 loc) · 931 Bytes
/
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
{
"name" : "xtgxiso/webworker-swoole",
"type" : "library",
"keywords": ["http", "asynchronous"],
"homepage": "https://github.com/xtgxiso/WebWorker-swoole",
"license" : "MIT",
"description": "An http server PHP framework for easily building fast, scalable network applications.",
"authors" : [
{
"name" : "xtgxiso",
"email" : "[email protected]",
"homepage" : "http://www.xtgxiso.com",
"role": "Developer"
}
],
"support" : {
"email" : "[email protected]",
"issues": "https://github.com/xtgxiso/WebWorker-swoole/issues",
"wiki" : "http://doc.webworker.xtgxiso.com/",
"source": "https://github.com/xtgxiso/WebWorker-swoole"
},
"require": {
"php": ">=7.0",
"ext-swoole": ">=2.0.5"
},
"autoload": {
"psr-4": {"WebWorker\\": "./"}
},
"minimum-stability":"dev"
}