mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
29 lines
560 B
JSON
29 lines
560 B
JSON
{
|
|
"name": "apiadmin/apiadmin3",
|
|
"description": "the api manager",
|
|
"type": "project",
|
|
"keywords": [
|
|
"API",
|
|
"ApiAdmin",
|
|
"TP5"
|
|
],
|
|
"homepage": "http://www.apiadmin.org/",
|
|
"license": "Apache-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "zhao",
|
|
"email": "756958008@qq.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.6.0",
|
|
"topthink/framework": "~5.0.0"
|
|
},
|
|
"extra": {
|
|
"think-path": "thinkphp"
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
}
|
|
}
|