composer.json 584 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "swoole/servers",
  3. "description": "swoole user ORM",
  4. "keywords": [
  5. "swole",
  6. "ROM"
  7. ],
  8. "license": "MIT",
  9. "type": "project",
  10. "require": {
  11. "php": ">=7.0.0",
  12. "illuminate/database": "5.8.34",
  13. "textalk/websocket": "1.2.0",
  14. "illuminate/log": "5.8.34"
  15. },
  16. "autoload": {
  17. "classmap": [
  18. "datainf/lib",
  19. "datainf/logic"
  20. ],
  21. "psr-4": {
  22. "App\\": "app/",
  23. "datainf\\": "datainf/"
  24. }
  25. },
  26. "repositories": {
  27. "packagist": {
  28. "type": "composer",
  29. "url": "https://packagist.phpcomposer.com"
  30. }
  31. }
  32. }