composer.json 492 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "thinkcmf/cmf-api",
  3. "description": "The ThinkCMF 5.1 Core Api Package",
  4. "license": "Apache-2.0",
  5. "authors": [
  6. {
  7. "name": "catman",
  8. "email": "catman@thinkcmf.com"
  9. },
  10. {
  11. "name": "55",
  12. "email": "wuwu@wuwuseo.com"
  13. }
  14. ],
  15. "require": {
  16. "thinkcmf/cmf": "^6.0.0"
  17. },
  18. "autoload": {
  19. "psr-4": {
  20. "api\\": "src"
  21. },
  22. "files": [
  23. ]
  24. }
  25. }