modify plugin name

This commit is contained in:
2022-03-17 10:35:14 +08:00
parent 334f7de552
commit a689474053
12 changed files with 2303 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "game-worker/kiri-gii",
"description": "gii",
"authors": [
{
"name": "XiangLin",
"email": "as2252258@163.com"
}
],
"license": "MIT",
"require": {
"php": ">=8.0",
"composer-runtime-api": "^2.0"
},
"autoload": {
"psr-4": {
"Gii\\": "./"
}
},
"require-dev": {
}
}