From 1b3e6f20aa9605b13c29db54040aaf488b56228a Mon Sep 17 00:00:00 2001 From: Nickels Date: Mon, 23 Jan 2017 19:15:27 +0100 Subject: [PATCH] Update dependecies to include illuminate/* 5.4* --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 93d5c0e1..0da45054 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,9 @@ } ], "require": { - "illuminate/support": "5.1.*|5.2.*|5.3.*", - "illuminate/session": "5.1.*|5.2.*|5.3.*", - "illuminate/events": "5.1.*|5.2.*|5.3.*" + "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*", + "illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*", + "illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*" }, "require-dev": { "phpunit/phpunit": "~4.0",