From 4e0e81e1b40616825556eeed6367cebe7e532622 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Tue, 5 Jul 2016 09:29:55 +0200 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0ff6a94e..2f29345e 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=5.5.9", - "illuminate/support": "5.1.*|5.2.*", + "illuminate/support": "5.1.*|5.2.*|5.3.*", "symfony/finder": "~2.7|~3.0", "maximebf/debugbar": "~1.11.0|~1.12.0" },