composer.json 255 B

123456789101112
  1. {
  2. "name": "swoole/ide-helper",
  3. "type": "library",
  4. "description": "IDE help files for Swoole.",
  5. "license": "Apache-2.0",
  6. "authors": [
  7. {
  8. "name": "Team Swoole",
  9. "email": "team@swoole.com"
  10. }
  11. ]
  12. }