composer.json 226 B

1234567891011
  1. {
  2. "name" : "workerman/gatewayclient",
  3. "type" : "library",
  4. "homepage": "http://www.workerman.net",
  5. "license" : "MIT",
  6. "autoload": {
  7. "psr-4": {
  8. "GatewayClient\\": "./"
  9. }
  10. }
  11. }