From a5a83335c9319d09e327dc971cf5ff1fc13479bc Mon Sep 17 00:00:00 2001 From: DanWithams7d Date: Tue, 19 Jun 2018 14:37:23 +0100 Subject: [PATCH] Update composer.json --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 43d5ab29..066b58fd 100644 --- a/composer.json +++ b/composer.json @@ -15,12 +15,12 @@ ], "require": { "php": ">=5.5.9", - "illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.*", - "illuminate/console": "5.1.* || 5.2.* || 5.3.* || 5.4.*", - "illuminate/contracts": "5.1.* || 5.2.* || 5.3.* || 5.4.*", - "illuminate/http": "5.1.* || 5.2.* || 5.3.* || 5.4.*", - "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*", - "illuminate/config": "5.1.* || 5.2.* || 5.3.* || 5.4.*", + "illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*", + "illuminate/console": "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/config": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*", "defuse/php-encryption": "2.1.0", "league/oauth2-server": "7.1.*", "symfony/psr-http-message-bridge": "1.0.*",