From 59373630055204c721d91556f40cc679aec6f4fa Mon Sep 17 00:00:00 2001 From: Gustavo Gentil Date: Thu, 30 Apr 2020 22:27:12 -0300 Subject: [PATCH] Lower package versions --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 28fcf22..cf392e8 100644 --- a/composer.json +++ b/composer.json @@ -20,11 +20,11 @@ ], "require": { "php": "^7.2", - "illuminate/support": "^6.0" + "illuminate/support": "5.*|6.*|^7.0" }, "require-dev": { - "orchestra/testbench": "^4.0", - "phpunit/phpunit": "^8.0" + "orchestra/testbench": "3.*|4.*|5.*", + "phpunit/phpunit": "6.*|7.*|8.*|9.*" }, "autoload": { "psr-4": {