Files
2025-07-08 23:55:26 +08:00

19 lines
335 B
JSON

{
"name": "yunink/php_tool",
"description": "YunInk的PHP工具",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Yunink\\PhpTool\\": "src/"
}
},
"authors": [
{
"name": "Yun"
}
],
"minimum-stability": "dev",
"require": {}
}