From a544a9b45b971499fb3b0fb7499ba0ac3b430233 Mon Sep 17 00:00:00 2001 From: Django Eijgensteijn Date: Fri, 20 Jan 2017 17:16:51 +0100 Subject: [PATCH] Support laravel 5.4 (#1057) --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index ac4e9c52a..ab72e59ad 100644 --- a/composer.json +++ b/composer.json @@ -20,10 +20,10 @@ "require": { "php": ">=5.5", "phpoffice/phpexcel": "1.8.*", - "illuminate/cache": "5.0.*|5.1.*|5.2.*|5.3.*", - "illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*", - "illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*", - "illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*", + "illuminate/cache": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*", + "illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*", + "illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*", + "illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*", "nesbot/carbon": "~1.0", "tijsverkoyen/css-to-inline-styles": "~2.0" }, @@ -34,10 +34,10 @@ "orchestra/testbench": "3.1.*" }, "suggest": { - "illuminate/http": "5.0.*|5.1.*|5.2.*|5.3.*", - "illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*", - "illuminate/view": "5.0.*|5.1.*|5.2.*|5.3.*", - "illuminate/queue": "5.0.*|5.1.*|5.2.*|5.3.*" + "illuminate/http": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*", + "illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*", + "illuminate/view": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*", + "illuminate/queue": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*" }, "autoload": { "classmap": [