ThinkAdmin/composer.json
2023-02-08 20:05:47 +08:00

43 lines
793 B
JSON

{
"type": "project",
"name": "zoujingli/thinkadmin",
"license": "MIT",
"homepage": "https://thinkadmin.top",
"description": "Application Development Framework",
"keywords": [
"ThinkAdmin",
"ThinkLibrary"
],
"authors": [
{
"name": "Anyon",
"email": "zoujingli@qq.com"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.1",
"zoujingli/think-plugs-admin": "^1.0",
"zoujingli/think-plugs-wechat": "^1.0"
},
"autoload": {
"psr-0": {
"": "extend"
},
"psr-4": {
"app\\": "app"
}
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
},
"config": {
"allow-plugins": {
"zoujingli/think-install": true
}
}
}