From 7b4cef1ea424b92c95e5e858007b01228921de52 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Fri, 23 Aug 2019 14:21:37 +0200 Subject: [PATCH] Update composer.json --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 3e88ec8..8f2b258 100644 --- a/composer.json +++ b/composer.json @@ -11,15 +11,15 @@ ], "require": { "php": ">=7", - "illuminate/support": "^5.5,<5.9", - "illuminate/console": "^5.5,<5.9", - "illuminate/filesystem": "^5.5,<5.9", + "illuminate/support": "^5.5|^6", + "illuminate/console": "^5.5|^6", + "illuminate/filesystem": "^5.5|^6", "barryvdh/reflection-docblock": "^2.0.6", "composer/composer": "^1.6" }, "require-dev": { - "illuminate/config": "^5.1,<5.9", - "illuminate/view": "^5.1,<5.9", + "illuminate/config": "^5.5|^6", + "illuminate/view": "^5.5|^6", "phpro/grumphp": "^0.14", "phpunit/phpunit" : "4.*", "scrutinizer/ocular": "~1.1",