From b1312cb2761e51872ca09f647e954b5f0336ae3d Mon Sep 17 00:00:00 2001 From: Tor Morten Jensen Date: Mon, 1 Apr 2019 06:48:42 +0200 Subject: [PATCH] Add support for Laravel 5.8 (#111) --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index b4c195d..4f14f9b 100755 --- a/composer.json +++ b/composer.json @@ -11,10 +11,10 @@ ], "require": { "php": ">=7.1.3", - "illuminate/support": "5.5.*|5.6.*|5.7.*", - "illuminate/config": "5.5.*|5.6.*|5.7.*", - "illuminate/routing": "5.5.*|5.6.*|5.7.*", - "illuminate/view": "5.5.*|5.6.*|5.7.*" + "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/config": "5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/routing": "5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/view": "5.5.*|5.6.*|5.7.*|5.8.*" }, "autoload": { "psr-4": {