From 100ff47523bb907a17e9073b6b155082236022d3 Mon Sep 17 00:00:00 2001
From: timsinakiran <50225225+timsinakiran@users.noreply.github.com>
Date: Mon, 14 Sep 2020 22:31:18 +0545
Subject: [PATCH] Support for Laravel 8

---
 composer.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/composer.json b/composer.json
index 4d8f40e..195c52d 100644
--- a/composer.json
+++ b/composer.json
@@ -8,12 +8,12 @@
         "email": "info@waavi.com"
     }],
     "require": {
-        "illuminate/support": "~5.3|~6.0|~7.0",
-        "illuminate/validation": "~5.3|~6.0|~7.0",
+        "illuminate/support": "~5.3|~6.0|~7.0|~8.0",
+        "illuminate/validation": "~5.3|~6.0|~7.0|~8.0",
         "nesbot/carbon": "~1.0|~2.0"
     },
     "require-dev": {
-        "phpunit/phpunit": "~6.0|~7.0|~8.0"
+        "phpunit/phpunit": "~6.0|~7.0|~8.0|~9.0"
     },
     "autoload": {
         "psr-4": {