ApiAdmin/composer.json
2019-07-09 18:34:07 +08:00

39 lines
863 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": ">=5.6.0",
"topthink/framework": "5.1.*",
"overtrue/pinyin": "~4.0",
"php-curl-class/php-curl-class": "^8.5",
"topthink/think-migration": "^2.0",
"endroid/qr-code": "^3.5"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
}
}