From edd69c5e0508972c81f1f7173236de2459c45814 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Tue, 25 Feb 2020 21:41:32 +0100 Subject: [PATCH] Allow L7 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 6650cfef5..eb4fc8eef 100644 --- a/composer.json +++ b/composer.json @@ -11,16 +11,16 @@ ], "require": { "php": ">=7.2", - "illuminate/support": "^5.5|^6", - "illuminate/console": "^5.5|^6", - "illuminate/filesystem": "^5.5|^6", + "illuminate/support": "^5.5|^6|^7", + "illuminate/console": "^5.5|^6|^7", + "illuminate/filesystem": "^5.5|^6|^7", "barryvdh/reflection-docblock": "^2.0.6", "composer/composer": "^1.6", "doctrine/dbal": "~2.3" }, "require-dev": { - "illuminate/config": "^5.5|^6", - "illuminate/view": "^5.5|^6", + "illuminate/config": "^5.5|^6|^7", + "illuminate/view": "^5.5|^6|^7", "phpro/grumphp": "^0.17.1", "squizlabs/php_codesniffer": "^3", "orchestra/testbench": "^3|^4",