mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-21 14:41:29 +00:00
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "wonderful-code/buildadmin",
|
|
"description": "Build your admin framework",
|
|
"type": "project",
|
|
"keywords": [
|
|
"buildadmin",
|
|
"thinkphp"
|
|
],
|
|
"homepage": "https://uni.buildadmin.com",
|
|
"license": "Apache-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "妙码生花",
|
|
"email": "hi@buildadmin.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.0.2",
|
|
"topthink/framework": "^8.0.0",
|
|
"topthink/think-orm": "3.0.18",
|
|
"topthink/think-multi-app": "^1.0",
|
|
"topthink/think-throttle": "v2.0.0",
|
|
"topthink/think-migration": "3.1.1",
|
|
"symfony/http-foundation": "^6.0|^7.0",
|
|
"phpmailer/phpmailer": "^6.8",
|
|
"guzzlehttp/guzzle": "^7.8.1",
|
|
"voku/anti-xss": "^4.1",
|
|
"nelexa/zip": "^4.0.0",
|
|
"ext-calendar": "*",
|
|
"ext-bcmath": "*",
|
|
"ext-iconv": "*",
|
|
"ext-json": "*",
|
|
"ext-gd": "*"
|
|
},
|
|
"require-dev": {
|
|
"symfony/var-dumper": "^5.4",
|
|
"topthink/think-trace": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"app\\": "app",
|
|
"modules\\": "modules"
|
|
},
|
|
"psr-0": {
|
|
"": "extend/"
|
|
}
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
},
|
|
"scripts": {
|
|
"post-autoload-dump": [
|
|
"@php think service:discover",
|
|
"@php think vendor:publish"
|
|
]
|
|
}
|
|
}
|