composer.json 218 B

12345678910
  1. {
  2. "require": {
  3. "php": ">=8.3.0",
  4. "psr/http-message": "^1.0",
  5. "react/event-loop": "^1.5",
  6. "react/http": "^1.9",
  7. "react/socket": "^1.14",
  8. "react/mysql": "^0.6"
  9. }
  10. }