From d78a06caceb5068f34099e53d74168c9ba0f0936 Mon Sep 17 00:00:00 2001 From: Roelof Date: Mon, 11 May 2020 20:53:17 +0200 Subject: [PATCH] Update composer.json for Laravel 7.x --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 9c497bf..a323be1 100644 --- a/composer.json +++ b/composer.json @@ -19,11 +19,11 @@ "php": ">=5.6.0", "botman/botman": "~2.0", "clue/stdio-react": "^2.0", - "illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0", - "illuminate/console": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0" + "illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0", + "illuminate/console": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0" }, "require-dev": { - "orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0" + "orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.0" }, "autoload": { "psr-4": {