初始化
This commit is contained in:
57
composer.json
Normal file
57
composer.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"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.2.0",
|
||||
"topthink/framework": "8.1.4",
|
||||
"topthink/think-orm": "3.0.33",
|
||||
"topthink/think-multi-app": "1.1.1",
|
||||
"topthink/think-throttle": "2.0.2",
|
||||
"topthink/think-migration": "3.1.1",
|
||||
"symfony/http-foundation": "^7.3|v8.0",
|
||||
"phpmailer/phpmailer": "^6.8",
|
||||
"guzzlehttp/guzzle": "^7.8.1",
|
||||
"build-admin/anti-xss": "dev-master",
|
||||
"voku/portable-utf8": "dev-master",
|
||||
"nelexa/zip": "^4.0.0",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user