2022-02-20 22:42:48 +00:00
|
|
|
{
|
2023-06-19 21:03:45 +00:00
|
|
|
"name": "wonderful-code/buildadmin",
|
|
|
|
"description": "Build your admin framework",
|
2022-02-20 22:42:48 +00:00
|
|
|
"type": "project",
|
|
|
|
"keywords": [
|
2023-06-19 21:03:45 +00:00
|
|
|
"buildadmin",
|
|
|
|
"thinkphp"
|
2022-02-20 22:42:48 +00:00
|
|
|
],
|
2023-07-18 18:30:19 +00:00
|
|
|
"homepage": "https://uni.buildadmin.com",
|
2022-02-20 22:42:48 +00:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"authors": [
|
|
|
|
{
|
2023-06-19 21:03:45 +00:00
|
|
|
"name": "妙码生花",
|
|
|
|
"email": "hi@buildadmin.com"
|
2022-02-20 22:42:48 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2023-06-19 21:04:20 +00:00
|
|
|
"php": ">=8.0.2",
|
2023-07-06 10:11:26 +00:00
|
|
|
"topthink/framework": "^8.0.0",
|
2024-10-14 04:38:25 +00:00
|
|
|
"topthink/think-orm": "3.0.28",
|
2022-02-20 22:42:48 +00:00
|
|
|
"topthink/think-multi-app": "^1.0",
|
2023-07-09 07:53:50 +00:00
|
|
|
"topthink/think-throttle": "v2.0.0",
|
2023-10-10 09:08:33 +00:00
|
|
|
"topthink/think-migration": "3.1.1",
|
2024-01-31 10:51:34 +00:00
|
|
|
"symfony/http-foundation": "^6.0|^7.0",
|
2023-06-19 21:04:20 +00:00
|
|
|
"phpmailer/phpmailer": "^6.8",
|
2023-12-24 23:31:33 +00:00
|
|
|
"guzzlehttp/guzzle": "^7.8.1",
|
2023-08-01 11:34:01 +00:00
|
|
|
"voku/anti-xss": "^4.1",
|
2023-06-19 21:04:20 +00:00
|
|
|
"nelexa/zip": "^4.0.0",
|
2023-02-03 09:29:50 +00:00
|
|
|
"ext-calendar": "*",
|
2022-08-23 15:01:30 +00:00
|
|
|
"ext-bcmath": "*",
|
|
|
|
"ext-iconv": "*",
|
2023-02-03 09:29:50 +00:00
|
|
|
"ext-json": "*",
|
2022-09-13 09:59:39 +00:00
|
|
|
"ext-gd": "*"
|
2022-02-20 22:42:48 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-17 09:48:44 +00:00
|
|
|
"symfony/var-dumper": "^5.4",
|
2022-02-20 22:42:48 +00:00
|
|
|
"topthink/think-trace": "^1.0"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2022-08-17 05:33:46 +00:00
|
|
|
"app\\": "app",
|
|
|
|
"modules\\": "modules"
|
2022-02-20 22:42:48 +00:00
|
|
|
},
|
|
|
|
"psr-0": {
|
|
|
|
"": "extend/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"config": {
|
2023-12-24 23:31:33 +00:00
|
|
|
"preferred-install": "dist"
|
2022-02-20 22:42:48 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-autoload-dump": [
|
|
|
|
"@php think service:discover",
|
|
|
|
"@php think vendor:publish"
|
|
|
|
]
|
2023-07-09 07:53:50 +00:00
|
|
|
}
|
2022-02-20 22:42:48 +00:00
|
|
|
}
|