composer.json 236 B

12345678910
  1. {
  2. "name" : "workerman/web-msg-sender",
  3. "type" : "project",
  4. "keywords": ["socket.io"],
  5. "homepage": "http://www.workerman.net",
  6. "license" : "MIT",
  7. "require": {
  8. "workerman/phpsocket.io" : ">1.0.0"
  9. }
  10. }