composer.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "thinkcmf/thinkcmf",
  3. "description": "ThinkCMF based on ThinkPHP 5.1 , it is a free and open source Content Management Framework(CMF)",
  4. "type": "project",
  5. "keywords": [
  6. "cmf",
  7. "thinkcmf",
  8. "framework",
  9. "thinkphp",
  10. "ORM"
  11. ],
  12. "homepage": "http://www.thinkcmf.com/",
  13. "license": "MIT",
  14. "authors": [
  15. {
  16. "name": "thinkcmf",
  17. "email": "catman@thinkcmf.com"
  18. }
  19. ],
  20. "require": {
  21. "php": ">=5.6.0",
  22. "ext-json": "*",
  23. "ext-curl": "*",
  24. "ext-pdo": "*",
  25. "topthink/think-helper": "^1.0",
  26. "topthink/think-image": "^1.0",
  27. "thinkcmf/cmf-app": "~5.1.0",
  28. "thinkcmf/cmf-install": "~5.1.0",
  29. "thinkcmf/cmf-api": "~5.1.0",
  30. "phpoffice/phpexcel": "^1.8"
  31. },
  32. "extra": {
  33. "think-path": "vendor/thinkphp",
  34. "think-config": "data/config"
  35. },
  36. "config": {
  37. "vendor-dir": "vendor"
  38. },
  39. "repositories": {
  40. "packagist": {
  41. "type": "composer",
  42. "url": "https://packagist.phpcomposer.com"
  43. }
  44. }
  45. }