From 478d63b2614b6f6398b8d1072ed8b61747171240 Mon Sep 17 00:00:00 2001 From: Dominik Kohler Date: Tue, 17 Mar 2020 11:38:24 +0100 Subject: [PATCH] Compatibility Update for Laravel 7 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 536754d..eb087b3 100644 --- a/composer.json +++ b/composer.json @@ -4,12 +4,12 @@ "license": "MIT", "type": "library", "require": { - "php": ">=7.1.3", + "php": ">=7.2.5", "ext-json": "*", "guzzlehttp/guzzle": "^6.3", - "illuminate/config": "^6.0", - "illuminate/support": "^6.0", - "illuminate/validation": "^6.0" + "illuminate/config": "^7.0", + "illuminate/support": "^7.0", + "illuminate/validation": "^7.0" }, "autoload": { "psr-4": {