From 0a77d7cebdb5c3ab8c7e6dc1e9ff9e46526a9ec3 Mon Sep 17 00:00:00 2001 From: sasin91 Date: Sat, 27 Aug 2016 21:15:35 +0200 Subject: [PATCH] Update composer.json Believe just adding an additional pipe and appending the new version there should do :) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4045cac..93d5c0e 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,9 @@ } ], "require": { - "illuminate/support": "5.1.*|5.2.*", - "illuminate/session": "5.1.*|5.2.*", - "illuminate/events": "5.1.*|5.2.*" + "illuminate/support": "5.1.*|5.2.*|5.3.*", + "illuminate/session": "5.1.*|5.2.*|5.3.*", + "illuminate/events": "5.1.*|5.2.*|5.3.*" }, "require-dev": { "phpunit/phpunit": "~4.0",