From 30937c31314fdca52a38e458eb7edaa13b677390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20=C3=96z=C4=B1=C5=9F=C4=B1k?= Date: Tue, 3 Mar 2020 16:48:23 +0200 Subject: [PATCH] add Laravel 7 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2f5c581..4d4cc36 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ ], "require": { "php": "^5.5.9|^7.2", - "illuminate/support": "~5.0|^6.0", - "illuminate/container": "~5.0|^6.0", + "illuminate/support": "~5.0|^6.0|^7.0", + "illuminate/container": "~5.0|^6.0|^7.0", "guzzlehttp/guzzle": "^6.1" }, "require-dev": {