Files
fast_response/admin/vendor/wanghua/general-utility-tools-php/composer.json
2025-04-03 10:46:48 +08:00

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/"
}
}
}