composer.json 377 B

12345678910111213141516171819
  1. {
  2. "name": "tan-github/topic-html",
  3. "description": "试题HTML渲染",
  4. "type": "library",
  5. "license": "MIT",
  6. "authors": [
  7. {
  8. "name": "tan",
  9. "email": "923360732@qq.com"
  10. }
  11. ],
  12. "minimum-stability": "stable",
  13. "require": {},
  14. "autoload": {
  15. "psr-4": {
  16. "TopicHtml\\": "src/"
  17. }
  18. }
  19. }