34 lines
730 B
JSON
34 lines
730 B
JSON
{
|
|
"name" : "cismonx/acast",
|
|
"type" : "library",
|
|
"license" : "MIT",
|
|
"description" : "The simplest web framework you've ever seen.",
|
|
"keywords" : [
|
|
"framework", "socket", "acast"
|
|
],
|
|
"authors" : [
|
|
{
|
|
"name" : "CismonX",
|
|
"email" : "admin@cismon.net"
|
|
}
|
|
],
|
|
"require" : {
|
|
"cismonx/workerman" : "^0.1",
|
|
"cismonx/gateway-worker" : "^0.1",
|
|
"ext-pdo_mysql" : "*",
|
|
"ext-memcached" : "*"
|
|
},
|
|
"autoload" : {
|
|
"psr-4" : {
|
|
"Acast\\" : "src"
|
|
},
|
|
"files" : [
|
|
"src/Http/Constants.php",
|
|
"src/Http/Misc.php",
|
|
"src/Socket/Constants.php",
|
|
"src/Socket/Misc.php",
|
|
"src/Socket/Enhanced/Constants.php",
|
|
"src/Socket/Enhanced/Misc.php"
|
|
]
|
|
}
|
|
} |