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-06-19 21:03:45 +00:00
|
|
|
"homepage": "https://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",
|
2023-06-24 22:06:23 +00:00
|
|
|
"topthink/think-orm": "^3.0",
|
2022-02-20 22:42:48 +00:00
|
|
|
"topthink/think-multi-app": "^1.0",
|
2023-07-06 10:11:26 +00:00
|
|
|
"topthink/think-throttle": "dev-tp8",
|
2023-06-21 18:37:28 +00:00
|
|
|
"topthink/think-migration": "^3.0",
|
2023-06-19 21:04:20 +00:00
|
|
|
"phpmailer/phpmailer": "^6.8",
|
|
|
|
"w7corp/easywechat": "^6.12",
|
|
|
|
"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": {
|
|
|
|
"symfony/var-dumper": "^4.2",
|
|
|
|
"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": {
|
2022-09-12 11:22:17 +00:00
|
|
|
"preferred-install": "dist",
|
|
|
|
"allow-plugins": {
|
|
|
|
"easywechat-composer/easywechat-composer": true
|
|
|
|
}
|
2022-02-20 22:42:48 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-autoload-dump": [
|
|
|
|
"@php think service:discover",
|
|
|
|
"@php think vendor:publish"
|
|
|
|
]
|
2023-07-06 10:11:26 +00:00
|
|
|
},
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/build-admin/think-throttle"
|
|
|
|
}
|
|
|
|
]
|
2022-02-20 22:42:48 +00:00
|
|
|
}
|