mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-05 19:41:43 +08:00
37 lines
779 B
JSON
37 lines
779 B
JSON
{
|
|
"name": "apiadmin/apiadmin4",
|
|
"description": "the new apiadmin framework",
|
|
"type": "project",
|
|
"keywords": [
|
|
"apiadmin",
|
|
"framework",
|
|
"thinkphp",
|
|
"ORM"
|
|
],
|
|
"homepage": "https://www.apiadmin.org/",
|
|
"license": "Apache-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "zhaoxiang",
|
|
"email": "zhaoxiang051405@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"topthink/framework": "5.1.*",
|
|
"topthink/think-migration": "^2.0",
|
|
"guzzlehttp/guzzle": "^6.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"app\\": "application"
|
|
}
|
|
},
|
|
"extra": {
|
|
"think-path": "thinkphp"
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
}
|
|
}
|