From 7ad1b3a31ba02cd89df595932a5bb1bd59ce2e6e Mon Sep 17 00:00:00 2001 From: Mark van den Broek Date: Sat, 14 Mar 2020 22:12:17 +0100 Subject: [PATCH] Laravel 7 support --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 4e8fbce..54d7d42 100644 --- a/composer.json +++ b/composer.json @@ -12,12 +12,12 @@ ], "require": { "php": "^7.2", - "illuminate/config": "~5.0 || ^6.0", - "illuminate/session": "~5.0 || ^6.0", - "illuminate/support": "~5.0 || ^6.0" + "illuminate/config": "~5.0 || ^6.0 || ^7.0", + "illuminate/session": "~5.0 || ^6.0 || ^7.0", + "illuminate/support": "~5.0 || ^6.0 || ^7.0" }, "require-dev": { - "laravel/framework": "~5.0 || ^6.0" + "laravel/framework": "~5.0 || ^6.0 || ^7.0" }, "autoload": { "psr-0": {