From 03dc1ebf085cc3b7dc69ede84d3dd03e9183171b Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Mon, 7 Sep 2020 21:15:26 -0400 Subject: [PATCH] Add Laravel 8 support #889 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index af8dd7a..e9272f4 100644 --- a/composer.json +++ b/composer.json @@ -7,12 +7,12 @@ "require": { "php": ">=7.1", "adldap2/adldap2": "^10.1", - "illuminate/support": "~5.5|~6.0|~7.0" + "illuminate/support": "~5.5|~6.0|~7.0|~8.0" }, "require-dev": { "mockery/mockery": "~1.0", - "phpunit/phpunit": "~7.0", - "orchestra/testbench": "~3.7" + "phpunit/phpunit": "~7.0|~8.0", + "orchestra/testbench": "~3.7|~4.0" }, "archive": { "exclude": ["/tests"]