tpextbuilder/composer.json

27 lines
576 B
JSON
Executable File

{
"name": "ichynul/tpextbuilder",
"description": "thinkphp extension",
"type": "library",
"keywords": [
"thinkphp"
],
"homepage": "http://www.ynyysc.com/",
"license": "Apache-2.0",
"authors": [
{
"name": "ichynul",
"email": "ichynul@outlook.com"
}
],
"require": {
"intervention/image": "^2.7.1"
},
"autoload": {
"psr-4": {
"tpext\\builder\\": "src/"
},
"files": [
"src/helper.php"
]
}
}