From c6e3b1384da0e23dd6f010f25e95e115adc6c53c Mon Sep 17 00:00:00 2001 From: Craig Smith <952595+phpsa@users.noreply.github.com> Date: Thu, 3 Sep 2020 08:50:18 +1200 Subject: [PATCH] Laravel 8 Readiness --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 42b814b..e312a3c 100644 --- a/composer.json +++ b/composer.json @@ -27,11 +27,11 @@ ], "require": { "php": ">=7.1", - "illuminate/support": "^6.0|^7.0", + "illuminate/support": "^6.0|^7.0|^8.0", "phpdocumentor/reflection-docblock": "^5.1" }, "require-dev": { - "orchestra/testbench": "^4.0|^5.0", + "orchestra/testbench": "^4.0|^5.0|^6.0", "phpunit/phpunit": "^8.0|^9.0" }, "autoload": { -- GitLab