-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 983 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 983 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
{
"name" : "xtgxiso/webworker",
"type" : "library",
"keywords": ["http", "asynchronous"],
"homepage": "https://github.com/xtgxiso/WebWorker",
"license" : "MIT",
"description": "An http server PHP framework for easily building fast, scalable network applications.",
"authors" : [
{
"name" : "xtgxiso",
"email" : "124960772@qq.com",
"homepage" : "http://www.xtgxiso.com",
"role": "Developer"
}
],
"support" : {
"email" : "124960772@qq.com",
"issues": "https://github.com/xtgxiso/WebWorker/issues",
"wiki" : "http://doc.webworker.xtgxiso.com/",
"source": "https://github.com/xtgxiso/WebWorker"
},
"require": {
"php": ">=7.0",
"workerman/workerman" : "^3.3"
},
"suggest": {
"ext-event": "For better performance."
},
"autoload": {
"psr-4": {"WebWorker\\": "./"}
},
"minimum-stability":"dev"
}