赛亿官网

composer.json 570B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "topthink/think",
  3. "description": "the new thinkphp framework",
  4. "type": "project",
  5. "keywords": [
  6. "framework",
  7. "thinkphp",
  8. "ORM"
  9. ],
  10. "homepage": "http://thinkphp.cn/",
  11. "license": "Apache-2.0",
  12. "authors": [
  13. {
  14. "name": "liu21st",
  15. "email": "liu21st@gmail.com"
  16. }
  17. ],
  18. "require": {
  19. "php": ">=5.4.0",
  20. "topthink/framework": "^5.0"
  21. },
  22. "extra": {
  23. "think-path": "thinkphp"
  24. },
  25. "config": {
  26. "preferred-install": "dist"
  27. }
  28. }