From 8d1fba80a47d834cac8032ada050967b6a68c66c Mon Sep 17 00:00:00 2001 From: Patrick Brouwers Date: Wed, 4 Mar 2020 20:44:27 +0100 Subject: [PATCH] Laravel 7.0 upgrade --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 864fde4..9a87e99 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^5.6 || ^7.0", - "illuminate/support": "5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0" + "illuminate/support": "5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.0 || ^7.0 || ^8.0",