Explorar o código

build: 修改 composer 扩展标识

- 将 composer.json 文件中的 "id" 从 "hello" 修改为 "eav"
-此修改用于正确标识 SixShop\eav 扩展
runphp hai 7 meses
pai
achega
87600c3a7d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      composer.json

+ 1 - 1
composer.json

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