Browse Source

fix(build): 修复扩展ID错误

runphp 7 months ago
parent
commit
d0bdde04c9
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 1 1
      composer.json

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+.idea/

+ 1 - 1
composer.json

@@ -24,7 +24,7 @@
   },
   "extra": {
     "sixshop": {
-      "id": "eav",
+      "id": "phpinfo",
       "class": "SixShop\\PHPInfo\\Extension"
     }
   }