mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
34 lines
658 B
JSON
34 lines
658 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"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"app\\": "application"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.6.0",
|
|
"php-curl-class/php-curl-class": "^8.0"
|
|
},
|
|
"extra": {
|
|
"think-path": "thinkphp"
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
}
|
|
}
|