26 lines
627 B
JSON
26 lines
627 B
JSON
{
|
|
"type": "library",
|
|
"name": "wanghua/general-utility-tools-php",
|
|
"homepage": "https://gitee.com/drop_drop/general_utility_tools_php.git",
|
|
"description": "general utility tools for thinkPHP",
|
|
"license": "Apache-2.0",
|
|
"version":"1.0.1",
|
|
"keywords": ["general-utility-tools","php tool","common tool"],
|
|
"authors": [
|
|
{
|
|
"name": "wanghua",
|
|
"email": "wanghua@qq.com",
|
|
"homepage": "https://blog.csdn.net/qq_15941409"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"ext-json": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"wanghua\\general_utility_tools_php\\": "src/"
|
|
}
|
|
}
|
|
}
|