Ver Fonte

fix: 修改扩展ID命名

runphp há 6 meses atrás
pai
commit
8e5126b081
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      composer.json
  2. 1 1
      info.php

+ 1 - 1
composer.json

@@ -25,7 +25,7 @@
   },
   "extra": {
     "sixshop": {
-      "id": "aliyun-wuliu",
+      "id": "aliyun_wuliu",
       "class": "SixShop\\AliyunWuliu\\Extension"
     }
   }

+ 1 - 1
info.php

@@ -1,7 +1,7 @@
 <?php
 declare(strict_types=1);
 return [
-  'id' => 'aliyun-wuliu',
+  'id' => 'aliyun_wuliu',
   'name' => '全国快递物流查询',
   'is_core' => false,
   'category' => 'other',