From 8bada965e645f5e7e5022b3707844e182ae8772a Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Thu, 5 May 2016 13:00:28 +0200 Subject: [PATCH] Add laravel 5.3 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 2c25dc0..5c2b1e7 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ ], "require": { "php": "^5.5.9 || ^7.0", - "illuminate/contracts": "5.1.* || 5.2.*", - "illuminate/session": "5.1.* || 5.2.*", - "illuminate/support": "5.1.* || 5.2.*", + "illuminate/contracts": "5.1.* || 5.2.* || 5.3.*", + "illuminate/session": "5.1.* || 5.2.* || 5.3.*", + "illuminate/support": "5.1.* || 5.2.* || 5.3.*", "graham-campbell/manager": "^2.3", "larabros/elogram": "^1.1" },