composer.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. "alibabacloud/client": "^1.5"
  32. },
  33. "extra": {
  34. "think-path": "vendor/thinkphp",
  35. "think-config": "data/config"
  36. },
  37. "config": {
  38. "vendor-dir": "vendor"
  39. },
  40. "repositories": {
  41. "packagist": {
  42. "type": "composer",
  43. "url": "https://packagist.phpcomposer.com"
  44. }
  45. }
  46. }