From 560873a9e0638fbe80f7233e1f4e7d2af74a4b52 Mon Sep 17 00:00:00 2001 From: Peter Mein Date: Mon, 12 Mar 2018 11:25:20 +0100 Subject: [PATCH] :arrow_up: Updated dependencies for laravel --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6523a6d..b04b120 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,9 @@ ], "require": { "php": ">=5.6.4", - "illuminate/database": "5.4.*", - "illuminate/support": "5.4.*", - "illuminate/queue": "5.4.*" + "illuminate/database": "5.4.*|5.5.*||5.6.*", + "illuminate/support": "5.4.*|5.5.*|5.6.*", + "illuminate/queue": "5.4.*|5.5.*|5.6.*" }, "require-dev": { "phpunit/phpunit": "^5.5",