chore: 首次提交 - 关联 GitHub fnvtk/MBTI_wang

Made-with: Cursor
This commit is contained in:
卡若
2026-03-17 12:39:38 +08:00
commit eb510304c0
259 changed files with 60464 additions and 0 deletions

35
api/composer.json Normal file
View File

@@ -0,0 +1,35 @@
{
"name": "news/backend",
"description": "新闻资讯网站后端API服务",
"type": "project",
"keywords": [
"thinkphp",
"api",
"news"
],
"homepage": "https://github.com/topthink/framework",
"license": "Apache-2.0",
"require": {
"php": ">=8.0.0",
"aliyuncs/oss-sdk-php": "^2.7",
"topthink/framework": "^8.0",
"topthink/think-orm": "^3.0",
"topthink/think-view": "^1.0"
},
"require-dev": {
"symfony/var-dumper": "^5.1",
"topthink/think-trace": "^1.0"
},
"autoload": {
"psr-4": {
"app\\": "app/"
}
},
"config": {
"preferred-install": "composer",
"optimize-autoloader": true,
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}