Browse Source

feat:composer update时更新汇付天下支付类库ide提示

Yin Bin 4 months ago
parent
commit
2533e10c56
2 changed files with 4 additions and 6 deletions
  1. 3 5
      composer.json
  2. 1 1
      composer.lock

+ 3 - 5
composer.json

@@ -6,7 +6,6 @@
     "license": "MIT",
     "require": {
         "php": "^8.2",
-        "huifurepo/dg-php-sdk": "^2.0",
         "iwzh/owl-scheduling": "^1.0",
         "knuckleswtf/scribe": "^4.0",
         "laravel/framework": "v11.30.0",
@@ -23,7 +22,8 @@
         "slowlyo/owl-log-viewer": "^1.0",
         "slowlyo/owl-module-notice": "^1.1",
         "slowlyo/owl-operation-log": "^0.2.3",
-        "slowlyo/owl-system-backup": "^0.3.1"
+        "slowlyo/owl-system-backup": "^0.3.1",
+        "huifurepo/dg-php-sdk": "^2.0"
     },
     "require-dev": {
         "barryvdh/laravel-ide-helper": "^3.2",
@@ -54,9 +54,7 @@
             "@php artisan package:discover --ansi"
         ],
         "post-update-cmd": [
-            "Illuminate\\Foundation\\ComposerScripts::postUpdate",
-            "@php artisan ide-helper:generate",
-            "@php artisan ide-helper:meta"
+            "@php artisan vendor:publish --tag=laravel-assets --ansi --force"
         ],
         "post-root-package-install": [
             "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""

+ 1 - 1
composer.lock

@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "216ae47f51f0f3e23b67357d29ab725c",
+    "content-hash": "b4e8636675b2f11d5f8de08125c4fcb3",
     "packages": [
         {
             "name": "bacon/bacon-qr-code",