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",