tpext/composer.json

28 lines
586 B
JSON

{
"name": "ichynul/tpext",
"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.0.0",
"topthink/framework": "5.1.*"
},
"autoload": {
"psr-4": {
"tpext\\": "src/"
},
"files": [
"src/helper.php"
]
}
}