From 942d46e38a95b968c8ea33bcee8dfa80ec63c32f Mon Sep 17 00:00:00 2001 From: James Austen Date: Thu, 10 Sep 2020 14:52:33 +0100 Subject: [PATCH] Allow Laravel 8 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6ba800d..f9757d5 100644 --- a/composer.json +++ b/composer.json @@ -11,14 +11,14 @@ ], "require": { "php": "^7.2.5", - "illuminate/support": "^7.0", - "illuminate/filesystem": "^7.0", + "illuminate/support": "^7.0|^8.0", + "illuminate/filesystem": "^7.0|^8.0", "doctrine/annotations": "~1.2", "phpdocumentor/reflection-docblock": "^3.1 || ^4.1 || ^5" }, "require-dev": { "squizlabs/php_codesniffer": "~2.0", - "phpunit/phpunit": "^6.5" + "phpunit/phpunit": "^6.5|^8.3|^9.0" }, "autoload": { "psr-4": {