From 4cd11a4d33653d90a5b40587b699cc8c1f628455 Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 28 Jan 2019 21:24:50 +0100 Subject: [PATCH] Allow Laravel 5.8 (#754) --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 643ff7c..3e88ec8 100644 --- a/composer.json +++ b/composer.json @@ -11,15 +11,15 @@ ], "require": { "php": ">=7", - "illuminate/support": "^5.5,<5.8", - "illuminate/console": "^5.5,<5.8", - "illuminate/filesystem": "^5.5,<5.8", + "illuminate/support": "^5.5,<5.9", + "illuminate/console": "^5.5,<5.9", + "illuminate/filesystem": "^5.5,<5.9", "barryvdh/reflection-docblock": "^2.0.6", "composer/composer": "^1.6" }, "require-dev": { - "illuminate/config": "^5.1,<5.8", - "illuminate/view": "^5.1,<5.8", + "illuminate/config": "^5.1,<5.9", + "illuminate/view": "^5.1,<5.9", "phpro/grumphp": "^0.14", "phpunit/phpunit" : "4.*", "scrutinizer/ocular": "~1.1",