From 8108e4d1a93c63573214ac70553ff1ef81166802 Mon Sep 17 00:00:00 2001 From: Anthony Rappa Date: Mon, 2 Mar 2020 12:26:45 -0500 Subject: [PATCH] - Undo bump --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e4cbf58..c5efe91 100644 --- a/composer.json +++ b/composer.json @@ -19,10 +19,10 @@ ], "require": { "php": "^7.2", - "illuminate/support": "^6.0|^7.0" + "illuminate/support": "^6.0" }, "require-dev": { - "orchestra/testbench": "^4.0|^5.0", + "orchestra/testbench": "^4.0", "phpunit/phpunit": "^8.0" }, "autoload": {