composer.json 419 B

1234567891011121314151617181920
  1. {
  2. "name": "thinkcmf/cmf-extend",
  3. "description": "The ThinkCMF extend Package",
  4. "license": "Apache-2.0",
  5. "authors": [
  6. {
  7. "name": "catman",
  8. "email": "catman@thinkcmf.com"
  9. }
  10. ],
  11. "autoload": {
  12. "psr-4": {
  13. "dir\\": "src/dir",
  14. "tree\\": "src/tree",
  15. "wxapp\\": "src/wxapp"
  16. },
  17. "files": [
  18. ]
  19. }
  20. }