Files
MBTI_wang/api/composer.json
2026-03-17 12:39:38 +08:00

36 lines
787 B
JSON

{
"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
}