74 lines
1.6 KiB
JSON
74 lines
1.6 KiB
JSON
{
|
|
"name": "topthink/think",
|
|
"description": "the new thinkphp framework",
|
|
"type": "project",
|
|
"keywords": [
|
|
"framework",
|
|
"thinkphp",
|
|
"ORM"
|
|
],
|
|
"homepage": "https://www.thinkphp.cn/",
|
|
"license": "Apache-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "liu21st",
|
|
"email": "liu21st@gmail.com"
|
|
},
|
|
{
|
|
"name": "yunwuxin",
|
|
"email": "448901948@qq.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.1.0",
|
|
"topthink/framework": "^8.0",
|
|
"topthink/think-orm": "^4.0",
|
|
"topthink/think-multi-app": "^1.1.0",
|
|
"topthink/think-view": "^2.0",
|
|
"topthink/think-captcha": "^3.0",
|
|
"topthink/think-filesystem": "^2.0",
|
|
"aliyuncs/oss-sdk-php": "^2.7.2",
|
|
"qcloud/cos-sdk-v5": "^2.6",
|
|
"doctrine/annotations": "^2.0.0",
|
|
"phpoffice/phpspreadsheet": "^4.1.0",
|
|
"myclabs/php-enum": "^1.8",
|
|
"wolfcode/qiniu-php-sdk": "^8.0",
|
|
"wolf-leo/phplogviewer": "^0.11.3",
|
|
"wolfcode/authenticator": "^0.0.6",
|
|
"wolfcode/rate-limiting": "^0.1.0",
|
|
"wolfcode/php-ai": "^0.1.2",
|
|
"topthink/think-migration": "^3.1",
|
|
"kaadon/thinkbase": "^1.0",
|
|
"kaadon/helper": "^1.0",
|
|
"kaadon/uuid": "^1.0",
|
|
"ext-json": "*",
|
|
"ext-mysqli": "*",
|
|
"ext-pdo": "*"
|
|
|
|
},
|
|
"require-dev": {
|
|
"symfony/var-dumper": ">=4.2",
|
|
"topthink/think-trace": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"app\\": "app",
|
|
"jobs\\": "jobs",
|
|
"commands\\": "commands",
|
|
"enums\\": "enums"
|
|
},
|
|
"psr-0": {
|
|
"": "extend/"
|
|
}
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
},
|
|
"scripts": {
|
|
"post-autoload-dump": [
|
|
"@php think service:discover",
|
|
"@php think vendor:publish"
|
|
]
|
|
}
|
|
}
|