From c0a5c1d52e94787361a865c06a53140cad02b154 Mon Sep 17 00:00:00 2001 From: Mark Powell Date: Tue, 9 Apr 2019 13:58:59 -0400 Subject: [PATCH] Added support for Laravel 5.8 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f904431..67b4faf 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "description": "Add a CSV response type to Laravel", "require": { "php": ">=5.5.9", - "illuminate/routing": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*", - "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*" + "illuminate/routing": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*" }, "require-dev": { "phpunit/phpunit": "4.8.*",