From 65c050c3976abf90075cc5cb71d86118b079611d Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Sat, 14 Apr 2018 12:36:09 +0100 Subject: [PATCH] Update laravel version constraints --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 449f106..6a9f7ad 100644 --- a/composer.json +++ b/composer.json @@ -9,9 +9,9 @@ } ], "require": { - "illuminate/support": "5.3.*", - "illuminate/database": "^5.3", - "illuminate/routing": "^5.3", + "illuminate/support": "^5.6", + "illuminate/database": "^5.6", + "illuminate/routing": "^5.6", "watson/rememberable": "^2.0" }, "autoload": { -- libgit2 1.7.2