From fe713c13409a89ce78c07f1a4439b11a349055fa Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Thu, 5 Mar 2020 10:32:12 +1100 Subject: [PATCH] Laravel 7.x Support (#9) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0182e1e..f114757 100644 --- a/composer.json +++ b/composer.json @@ -18,9 +18,9 @@ ], "require": { "php": "^7.1.3", - "illuminate/config": "~5.6|^6.0", - "illuminate/container": "~5.6|^6.0", - "illuminate/support": "~5.6|^6.0", + "illuminate/config": "~5.6|^6.0|^7.0", + "illuminate/container": "~5.6|^6.0|^7.0", + "illuminate/support": "~5.6|^6.0|^7.0", "phpunit/phpunit": "^7.0|^8.0|^9.0", "psr/log": "^1.0" },