20 lines
355 B
JSON
20 lines
355 B
JSON
{
|
|
"name": "paidian/tool-kit",
|
|
"type": "library",
|
|
"description": "Tool kit.",
|
|
"authors": [
|
|
{
|
|
"name": "Amast",
|
|
"email": "17783854897@163.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PdToolKit\\": "src/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"illuminate/http": "5.*"
|
|
}
|
|
}
|