From c8009cad9027c7f5870c43f5abdccdeb95a15cc6 Mon Sep 17 00:00:00 2001 From: criebs-cmdagency <78516220+criebs-cmdagency@users.noreply.github.com> Date: Thu, 1 Jul 2021 18:36:00 -0700 Subject: [PATCH] laravel-8: Experimental fix to allow Laravel 8 support. Co-authored-by: Eric Cutler --- composer.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index eff291e..2063a1b 100644 --- a/composer.json +++ b/composer.json @@ -17,14 +17,12 @@ } ], "require": { - "php": ">=5.4.0", - "illuminate/database": "~4.2|^5|^6|^7", - "illuminate/config": "~4.2|^5|^6|^7", + "php": ">=7.3.0", "nesbot/carbon": "~1.0|~2", "elasticsearch/elasticsearch": "~6.1" }, "require-dev": { - "phpunit/phpunit": "~4.2|~5.0|~8.0", + "phpunit/phpunit": "~4.2|~5.0|~8.0|^9.0", "mockery/mockery": "^0.9.4|^1.0" }, "autoload": {