From 637e70d1a619e1d61cfeb87b6bf204db82919e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nenad=20=C5=BDivanovi=C4=87?= Date: Fri, 19 Mar 2021 22:02:23 +0100 Subject: [PATCH] Add support for Laravel 8 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 754bb3d..3c72d8b 100644 --- a/composer.json +++ b/composer.json @@ -13,12 +13,12 @@ "ext-json": "*", "php": "^7.1", "box/spout": "^2.7", - "illuminate/support": "^5.5|^6.0|^7.0" + "illuminate/support": "^5.5|^6.0|^7.0|^8.0" }, "require-dev": { - "phpunit/phpunit": "^8.0", - "orchestra/testbench": "^5.0", - "orchestra/database": "^5.0" + "phpunit/phpunit": "~6.0|^8.0|^9.0", + "orchestra/testbench": "^3.5|^4.0|^5.0|^6.0", + "orchestra/database": "^3.5|^4.0|^5.0" }, "autoload": { "psr-4": {