Files
sentcms/composer.json
tensent 02b17e0da8 删除后台行为功能模块
增加微信公众号功能模块
2020-03-27 12:27:34 +08:00

58 lines
1.4 KiB
JSON
Executable File

{
"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"
},
{
"name": "yunwuxin",
"email": "448901948@qq.com"
}
],
"require": {
"php": ">=7.1.0",
"topthink/framework": "^6.0.0",
"topthink/think-orm": "^2.0",
"topthink/think-trace": "^1.2",
"topthink/think-view": "^1.0",
"liliuwei/thinkphp-jump": "^1.4",
"sent/think-auth": "^1.2",
"topthink/think-captcha": "^3.0",
"sent/think-jwt": "^1.0.0",
"xin/helper": "^1.0.0",
"sent/tree": "^1.0.0",
"lotofbadcode/phpspirit_dbskeleton": "^1.0",
"sent/think-addons": "^1.0.0"
},
"require-dev": {
"symfony/var-dumper": "^4.2"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}