From cba9f4769337233cdbb3a734d5cfb9cd014292c2 Mon Sep 17 00:00:00 2001 From: merdiano Date: Fri, 4 Oct 2019 14:22:39 +0500 Subject: [PATCH] composer update dependancies maatwebsite downgrade --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a18f8b1f..0a744729 100755 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "laravel/socialite": "~3.0", "laravelcollective/html": "5.6.10", "league/flysystem-aws-s3-v3": "~1.0", - "maatwebsite/excel": "~3.1", + "maatwebsite/excel": "2.1.30", "maxhoffmann/parsedown-laravel": "dev-master", "mcamara/laravel-localization": "~1.2", "mews/purifier": "^2.1",