32 lines
787 B
JSON
32 lines
787 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": {
|
|
"topthink/think-captcha": "^2.0",
|
|
"matthiasmullie/minify": "^1.3",
|
|
"ichynul/tpext": "^1.1.1",
|
|
"ichynul/tpextbuilder": "^1.1.1",
|
|
"ichynul/tpextmanager": "^1.1.1",
|
|
"ichynul/lightyearadmin": "^1.0.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"tpext\\myadmin\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/helper.php"
|
|
]
|
|
}
|
|
} |