{
  "name": "topthink/think",
  "description": "the new thinkphp framework",
  "type": "project",
  "keywords": [
    "framework",
    "thinkphp",
    "ORM"
  ],
  "homepage": "http://thinkphp.cn/",
  "license": "Apache-2.0",
  "authors": [
    {
      "name": "liu21st",
      "email": "liu21st@gmail.com"
    }
  ],
  "require": {
    "php": ">=5.4.0",
    "topthink/framework": "^5.0",
    "jaeger/querylist": "^3.1",
    "jaeger/querylist-ext-request": "^1.0",
    "jaeger/querylist-ext-multi": "^1.0",
    "jaeger/querylist-ext-login": "^1.0",
    "chronon/mobile_detect": "^1.1",
    "qiniu/php-sdk": "^7.2"
  },
  "extra": {
    "think-path": "thinkphp"
  },
  "config": {
    "preferred-install": "dist"
  },
  "autoload": {
    "psr-4": {
      "": "extends/"
    }
  }
}
