kefu/composer.json

41 lines
911 B
JSON

{
"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"
}
],
"autoload":{
"psr-4": {
"server\\":"server/"
}
},
"require": {
"php": ">=5.6",
"topthink/framework": "~5.0.0",
"zoujingli/ip2region": "^1.0",
"firebase/php-jwt": "^5.0",
"monolog/monolog": "^1.24",
"aferrandini/phpqrcode": "^1.0",
"ramsey/uuid": "^3.8",
"gmars/tp5-rbac": "^2.0",
"phpoffice/phpexcel": "^1.8"
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
}
}