From d5e37bad1fd531a4dacfd12998bff2151fc4bb17 Mon Sep 17 00:00:00 2001 From: Trey Beauregard Date: Mon, 14 Sep 2020 09:47:07 -0400 Subject: [PATCH] Add Laravel 8 compatibility --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 863d160..8460183 100644 --- a/composer.json +++ b/composer.json @@ -16,9 +16,9 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.*|5.*|6.*|7.*", - "illuminate/config": "4.*|5.*|6.*|7.*", - "illuminate/translation": "4.*|5.*|6.*|7.*" + "illuminate/support": "4.*|5.*|6.*|7.*|8.*", + "illuminate/config": "4.*|5.*|6.*|7.*|8.*", + "illuminate/translation": "4.*|5.*|6.*|7.*|8.*" }, "require-dev": { "phpunit/phpunit": "4.0.*",