From e0fe85eb226cacfbce14901498269521f62396c3 Mon Sep 17 00:00:00 2001 From: giannidhooge Date: Tue, 3 Mar 2020 16:31:02 +0100 Subject: [PATCH] laravel 7 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0bf45f31..7e8aef34 100644 --- a/composer.json +++ b/composer.json @@ -4,9 +4,9 @@ "license": "MIT", "require": { "php": ">=5.5.0", - "illuminate/support": "5.* | ^6.0", + "illuminate/support": "5.* | ^6.0 | ^7.0", "auth0/auth0-php": "^5.6.0", - "illuminate/contracts": "5.* | ^6.0" + "illuminate/contracts": "5.* | ^6.0 | ^7.0" }, "require-dev": { "phpunit/phpunit": "^4 | ^7",