|
|
@@ -0,0 +1,35 @@
|
|
|
+{
|
|
|
+ "name" : "wujingke/workerman",
|
|
|
+ "type" : "project",
|
|
|
+ "keywords": ["workerman"],
|
|
|
+ "homepage": "http://www.workerman.net",
|
|
|
+ "license" : "MIT",
|
|
|
+ "description": " High performance Socket server framework for network applications implemented in PHP using libevent",
|
|
|
+ "authors" : [
|
|
|
+ {
|
|
|
+ "name" : "walkor",
|
|
|
+ "email" : "walkor@workerman.net",
|
|
|
+ "homepage" : "http://www.workerman.net",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "support" : {
|
|
|
+ "email" : "walkor@workerman.net",
|
|
|
+ "issues": "https://github.com/walkor/workerman/issues",
|
|
|
+ "forum" : "http://wenda.workerman.net/",
|
|
|
+ "wiki" : "http://doc.workerman.net/index.html",
|
|
|
+ "source": "https://github.com/walkor/workerman"
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3",
|
|
|
+ "ext-pcntl" : "*",
|
|
|
+ "ext-shmop" : "*",
|
|
|
+ "ext-sockets": "*"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-libevent": "Really it's a requirement for normal work.",
|
|
|
+ "ext-sysvshm": "Really it's a requirement for normal work.",
|
|
|
+ "ext-sysvmsg": "Really it's a requirement for normal work."
|
|
|
+ },
|
|
|
+ "bin": ["workerman/bin/workermand"]
|
|
|
+}
|