chore: 首次提交 - 关联 GitHub fnvtk/MBTI_wang
Made-with: Cursor
This commit is contained in:
35
api/composer.json
Normal file
35
api/composer.json
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user