composer.json 356 B

123456789101112131415161718
  1. {
  2. "name": "thinkcmf/cmf-install",
  3. "description": "The ThinkCMF Install 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. "app\\install\\": "src"
  14. },
  15. "files": [
  16. ]
  17. }
  18. }