From ee6b99d73ff9cd6a99e7a6777d0640cd99354441 Mon Sep 17 00:00:00 2001 From: Paolo Caleffi Date: Mon, 19 Feb 2018 17:27:51 +0100 Subject: [PATCH] L5.6 compliant --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e08390a..32be27d 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php" : "^7.1", - "illuminate/support": "~5.5.0", + "illuminate/support": "~5.5.0|~5.6.0", "aws/aws-sdk-php": "^3.52", "league/uri": "^5.2" },