You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
363 B

2 years ago
  1. {
  2. "name": "yuanjiajia/qldome",
  3. "type": "library",
  4. "require": {
  5. "php": ">=7.4,<8.0",
  6. "jaeger/querylist": "^4.2"
  7. },
  8. "autoload": {
  9. "psr-4": {
  10. "Yuanjiajia\\Qldome\\": "src/"
  11. }
  12. },
  13. "authors": [
  14. {
  15. "name": "yuanjiajia",
  16. "email": "1139393632@qq.com"
  17. }
  18. ]
  19. }