初始化

This commit is contained in:
yun
2025-07-08 23:55:26 +08:00
commit 72fd886a5b
2 changed files with 19 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
/vendor/
+18
View File
@@ -0,0 +1,18 @@
{
"name": "yunink/php_tool",
"description": "YunInk的PHP工具",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Yunink\\PhpTool\\": "src/"
}
},
"authors": [
{
"name": "Yun"
}
],
"minimum-stability": "dev",
"require": {}
}