mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-04 00:24:29 +08:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "ulthon/ulthon_admin",
|
|
"description": "quick start a project with management background using thinkphp6",
|
|
"type": "project",
|
|
"keywords": [
|
|
"framework",
|
|
"thinkphp",
|
|
"ORM",
|
|
"ulthon",
|
|
"admin"
|
|
],
|
|
"homepage": "http://ulthon-admin.ulthon.com/",
|
|
"license": "Apache-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "ulthon",
|
|
"email": "ulthon@163.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1.0",
|
|
"topthink/framework": "^6.0.0",
|
|
"topthink/think-orm": "^2.0.0",
|
|
"topthink/think-view": "^1.0",
|
|
"topthink/think-migration": "^3.0",
|
|
"topthink/think-helper": "^3.1",
|
|
"topthink/think-captcha": "^3.0",
|
|
"topthink/think-multi-app": "^1.0",
|
|
"ulthon/user_hub_client": "^1.0",
|
|
"thepixeldeveloper/sitemap": "^5.1",
|
|
"jaeger/querylist": "^4.2",
|
|
"jaeger/phpquery-single": "^1.1"
|
|
},
|
|
"require-dev": {
|
|
"symfony/var-dumper": "^4.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"app\\": "app"
|
|
},
|
|
"psr-0": {
|
|
"": "extend/"
|
|
}
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
},
|
|
"scripts": {
|
|
"post-autoload-dump": [
|
|
"@php think service:discover",
|
|
"@php think vendor:publish"
|
|
]
|
|
}
|
|
}
|