From 7e474b92750125b9b6bff3641c58d2999520c660 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Wed, 25 Jan 2017 22:19:19 +0100 Subject: [PATCH] Add Laravel 5.4 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e76a64e..0c50fb8 100755 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^5.5.9 || ^7.0", - "illuminate/support": "5.1.* || 5.2.* || 5.3.*" + "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*" }, "require-dev" :{ "graham-campbell/testbench": "^3.1",