tpextbuilder/composer.json

27 lines
576 B
JSON
Raw Permalink Normal View History

2020-03-04 23:42:25 +08:00
{
"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"
2020-03-04 23:42:25 +08:00
},
"autoload": {
"psr-4": {
"tpext\\builder\\": "src/"
},
"files": [
"src/helper.php"
]
}
2020-01-27 18:13:04 +08:00
}