php-tool-kit/composer.json
2019-10-30 18:13:45 +08:00

19 lines
322 B
JSON

{
"name": "paidian/tool-kit",
"type": "metapackage",
"authors": [
{
"name": "Amast",
"email": "17783854897@163.com"
}
],
"autoload": {
"psr-4": {
"ToolKit\\": "src/"
}
},
"require": {
"illuminate/http": "^5.5"
}
}