From 545eddec5b17dc240731b7993334b006a8b7df61 Mon Sep 17 00:00:00 2001 From: Raul Ruiz Date: Fri, 9 Feb 2018 08:32:07 -0500 Subject: [PATCH] Updated composer.json for Laravel 5.6 support --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 22783b3..4d4b9c0 100644 --- a/composer.json +++ b/composer.json @@ -10,12 +10,12 @@ } ], "require": { - "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", - "illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", - "illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*" + "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", + "illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", + "illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" }, "require-dev": { - "phpunit/phpunit": "~5.0|~6.0", + "phpunit/phpunit": "~5.0|~6.0|~7.0", "mockery/mockery": "~0.9.0", "orchestra/testbench": "~3.1" },