tpext-myadmin/composer.json

39 lines
917 B
JSON

{
"name": "ichynul/tpextmyadmin",
"description": "thinkphp extension",
"type": "library",
"keywords": [
"thinkphp"
],
"homepage": "http://www.ynyysc.com/",
"license": "Apache-2.0",
"authors": [
{
"name": "ichynul",
"email": "ichynul@outlook.com"
}
],
"require": {
"php": ">=7.1.0",
"topthink/framework": "^6.0.1|^8.0",
"topthink/think-captcha": "^3.0",
"ichynul/lightyearadmin": "^1.0",
"ichynul/tpext": "^3.0",
"ichynul/tpextmanager": "^3.0"
},
"autoload": {
"psr-4": {
"tpext\\myadmin\\": "src/"
},
"files": [
"src/helper.php"
]
},
"extra": {
"think": {
"services": [
"tpext\\myadmin\\common\\Service"
]
}
}
}