composer.json 414 B

123456789101112131415161718192021
  1. {
  2. "name": "topthink/think-worker",
  3. "description": "workerman extend for thinkphp5",
  4. "license": "Apache-2.0",
  5. "authors": [
  6. {
  7. "name": "liu21st",
  8. "email": "liu21st@gmail.com"
  9. }
  10. ],
  11. "require": {
  12. "workerman/workerman":"^3.3.0"
  13. },
  14. "autoload": {
  15. "psr-4": {
  16. "think\\worker\\": "src"
  17. },
  18. "files": [
  19. ]
  20. }
  21. }