From a4bbf399a77a28a76d757965b57115420b55d71a Mon Sep 17 00:00:00 2001 From: Darko Stanimirovic Date: Fri, 5 Apr 2019 12:27:41 +0200 Subject: [PATCH] Bumped Laravel to 5.8 --- composer.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index a9aeddf..b394687 100644 --- a/composer.json +++ b/composer.json @@ -15,20 +15,20 @@ }, "require": { "php": ">=7.1.3", - "illuminate/auth": "5.5 - 5.7", - "illuminate/config": "5.5 - 5.7", - "illuminate/console": "5.5 - 5.7", - "illuminate/events": "5.5 - 5.7", - "illuminate/http": "5.5 - 5.7", - "illuminate/routing": "5.5 - 5.7", - "illuminate/queue": "5.5 - 5.7", - "illuminate/support": "5.5 - 5.7", + "illuminate/auth": "5.5 - 5.8", + "illuminate/config": "5.5 - 5.8", + "illuminate/console": "5.5 - 5.8", + "illuminate/events": "5.5 - 5.8", + "illuminate/http": "5.5 - 5.8", + "illuminate/routing": "5.5 - 5.8", + "illuminate/queue": "5.5 - 5.8", + "illuminate/support": "5.5 - 5.8", "mixpanel/mixpanel-php": "*", "sinergi/browser-detector": "~5.0" }, "require-dev": { "fzaninotto/faker": "~1.4", - "laravel/laravel": "5.7", + "laravel/laravel": "5.8", "laravel/browser-kit-testing": "^4.0", "mockery/mockery": "0.9.*", "phpmd/phpmd": "^2.6",