From 2a80ce9fc7f0a5b2c9cb73cef29c680c90ea6fdc Mon Sep 17 00:00:00 2001 From: Jordan Massart Date: Tue, 3 Mar 2020 09:54:13 +0100 Subject: [PATCH] Support laravel 7.x --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c1b4433..7ed67bf 100644 --- a/composer.json +++ b/composer.json @@ -17,10 +17,10 @@ ], "require": { "php": "^7.1", - "illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0", - "illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0", - "illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0", - "symfony/var-dumper": "^4.1.1" + "illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0", + "illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0", + "illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0", + "symfony/var-dumper": "^5.0" }, "require-dev": { "larapack/dd": "^1.0",