From 7371e772431036595c68037e4935de6d1526bd14 Mon Sep 17 00:00:00 2001 From: Seveny Media Date: Thu, 6 Sep 2018 09:09:16 +0200 Subject: [PATCH] Added Laravel 5.7 compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8dd6569..b90609b 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.*" + "illuminate/support": "5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.0",