2019-10-30 09:57:26 +00:00
|
|
|
{
|
|
|
|
"name": "paidian/tool-kit",
|
2019-10-30 10:53:55 +00:00
|
|
|
"type": "library",
|
|
|
|
"description": "Tool kit.",
|
2019-10-30 09:57:26 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Amast",
|
|
|
|
"email": "17783854897@163.com"
|
|
|
|
}
|
|
|
|
],
|
2019-10-30 10:13:45 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2019-10-30 10:53:55 +00:00
|
|
|
"PdToolKit\\": "src/"
|
2019-10-30 10:13:45 +00:00
|
|
|
}
|
|
|
|
},
|
2019-12-02 09:30:30 +00:00
|
|
|
"require-dev": {
|
|
|
|
"illuminate/http": "5.*"
|
2019-10-30 09:57:26 +00:00
|
|
|
}
|
|
|
|
}
|