From a719b526c8db3a164c3e683e222f3ff31ba7f719 Mon Sep 17 00:00:00 2001 From: Imam Assidiqqi Date: Thu, 31 Aug 2017 10:05:58 +0700 Subject: [PATCH] Update composer.json for Laravel 5.5 release --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index bd05713..196538e 100644 --- a/composer.json +++ b/composer.json @@ -15,10 +15,10 @@ }, "require": { "php": ">=7.0.0", - "illuminate/config": "5.1.* || 5.3.* || 5.4.*", - "illuminate/events": "5.1.* || 5.3.* || 5.4.*", - "illuminate/routing": "5.1.* || 5.3.* || 5.4.*", - "illuminate/support": "5.1.* || 5.3.* || 5.4.*", + "illuminate/config": "5.1.* || 5.3.* || 5.4.* || 5.5.*", + "illuminate/events": "5.1.* || 5.3.* || 5.4.* || 5.5.*", + "illuminate/routing": "5.1.* || 5.3.* || 5.4.* || 5.5.*", + "illuminate/support": "5.1.* || 5.3.* || 5.4.* || 5.5.*", "nesbot/carbon": "^1.19", "mixpanel/mixpanel-php": "~2.0", "sinergi/browser-detector": "~5.0"