composer.json 416 B

123456789101112131415161718
  1. {
  2. "name": "topthink/thinkphp",
  3. "description": "the ThinkPHP Framework",
  4. "type": "framework",
  5. "keywords": ["framework","thinkphp","ORM"],
  6. "homepage": "http://thinkphp.cn/",
  7. "license": "Apache2",
  8. "authors": [
  9. {
  10. "name": "liu21st",
  11. "email": "liu21st@gmail.com"
  12. }
  13. ],
  14. "require": {
  15. "php": ">=5.3.0"
  16. },
  17. "minimum-stability": "dev"
  18. }