From 8525aaafda8bcf2a4e81205fbd9701cafc24291a Mon Sep 17 00:00:00 2001 From: Mathieu TUDISCO Date: Tue, 12 Jun 2018 17:27:13 +0200 Subject: [PATCH] Update for Laravel 5.6 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index fc878e1..429c80e 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.*", - "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*" + "illuminate/routing": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", + "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" }, "require-dev": { "phpunit/phpunit": "4.8.*",