From 08725f3f8a2d3e179138a2207e3df9b903787682 Mon Sep 17 00:00:00 2001 From: Boris Kremenovic Date: Wed, 7 Feb 2018 21:48:43 +0100 Subject: [PATCH] Update composer.json (#1469) Support for Laravel 5.6 --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index b924e5e6b..f40982825 100644 --- a/composer.json +++ b/composer.json @@ -24,19 +24,19 @@ ], "require": { "php": "^5.5.9 || ^7.0", - "illuminate/auth": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*", - "illuminate/contracts": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*", - "illuminate/http": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*", - "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*", + "illuminate/auth": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*", + "illuminate/contracts": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*", + "illuminate/http": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*", + "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*", "lcobucci/jwt": "^3.2", "namshi/jose": "^7.0", "nesbot/carbon": "^1.0" }, "require-dev": { "cartalyst/sentinel": "2.0.*", - "illuminate/console": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*", - "illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*", - "illuminate/routing": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*", + "illuminate/console": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*", + "illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*", + "illuminate/routing": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*", "mockery/mockery": ">=0.9.9", "phpunit/phpunit": "~4.8 || ~6.0" },