From b9b8f3dc93c6b658286fca801b9f81f475fae6c4 Mon Sep 17 00:00:00 2001 From: Christopher L Bray Date: Fri, 13 Jan 2017 20:07:13 +0000 Subject: [PATCH] Support Laravel 5.4 (#4) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0cd0204..7c1bc6a 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,8 @@ ], "require": { "php": ">=5.6.4", - "illuminate/support": "5.3.*", - "illuminate/validation": "5.3.*" + "illuminate/support": "5.3.* || 5.4.*", + "illuminate/validation": "5.3.* || 5.4.*" }, "require-dev": { "phpunit/phpunit": "^5.0",