From 26b3e8aa1bdcb6d541e27f63c74580bce7b8031d Mon Sep 17 00:00:00 2001 From: Patrick Klostermeier Date: Wed, 15 Jul 2020 09:48:23 +0700 Subject: [PATCH] Added support for Laravel 6.x and 7.x --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index fc30791..fb32b26 100644 --- a/composer.json +++ b/composer.json @@ -11,11 +11,11 @@ ], "require" : { "php" : ">=5.5.9", - "illuminate/config" : "^5.3", - "illuminate/support" : "^5.3" + "illuminate/config" : "^5.3|^6.0|^7.0", + "illuminate/support" : "^5.3|^6.0|^7.0" }, "require-dev" : { - "phpunit/phpunit" : "5.5.*" + "phpunit/phpunit" : "5.5.*|^7.0|^8.0|^9.0" }, "autoload" : { "psr-4" : { @@ -23,4 +23,4 @@ } }, "minimum-stability" : "stable" -} +} \ No newline at end of file