This repository has been archived on 2017-08-18. You can view files and clone it, but cannot push or open issues/pull-requests.
|
{
|
|
"name" : "cismonx/workerman-amp",
|
|
"description" : "Amp event loop for Workerman.",
|
|
"type" : "library",
|
|
"require" : {
|
|
"workerman/workerman": "^3.4",
|
|
"amphp/amp": "^2.0"
|
|
},
|
|
"autoload" : {
|
|
"psr-4" : {
|
|
"Workerman\\Events\\" : "src/"
|
|
}
|
|
}
|
|
}
|