composer.json 396 B

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