From e6393d88e876705ef2cbffd22a5eb5c7f865cfe5 Mon Sep 17 00:00:00 2001 From: liyang <2154243450@qq.com> Date: Tue, 29 Jul 2025 10:51:21 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20git=20=E5=BF=BD=E7=95=A5vendor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- composer.json | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index d69930ee..4196ebad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ /.idea /.vscode -#/vendor/ +/vendor/ /runtime/ *.log .env \ No newline at end of file diff --git a/composer.json b/composer.json index 414ef0c2..bb89ea48 100644 --- a/composer.json +++ b/composer.json @@ -33,13 +33,8 @@ "geoip2/geoip2": "2.13", "guzzlehttp/guzzle": "^7.7", "lcobucci/jwt": "^4.0", - "phpoffice/phpspreadsheet": "^1.29", - "ext-json": "*", - "aws/aws-sdk-php": "^3.337", - "workerman/gatewayclient": "^3.1", - "pusher/pusher-push-notifications": "^2.0", - "mongodb/mongodb": "^1.21", - "ext-mongodb": "*" + "phpoffice/phpspreadsheet": "^4.3", + "ext-json": "*" }, "require-dev": { "symfony/var-dumper": "^4.2",