0
0

composer.json 204 B

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