php-tool-kit/composer.json

19 lines
322 B
JSON
Raw Permalink Normal View History

2019-10-30 09:57:26 +00:00
{
"name": "paidian/tool-kit",
"type": "metapackage",
"authors": [
{
"name": "Amast",
"email": "17783854897@163.com"
}
],
2019-10-30 10:13:45 +00:00
"autoload": {
"psr-4": {
"ToolKit\\": "src/"
}
},
2019-10-30 09:57:26 +00:00
"require": {
2019-10-30 10:06:57 +00:00
"illuminate/http": "^5.5"
2019-10-30 09:57:26 +00:00
}
}