From 65f5628b2e9e96b17ed27de311cc6844695c6082 Mon Sep 17 00:00:00 2001 From: Brian Wells Date: Tue, 18 Aug 2020 16:44:44 -0500 Subject: [PATCH] Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index bd9a7ee..7d3deb8 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ } ], "require": { - "php": "^7.1", - "illuminate/support": "^6.0" + "php": ">=7.2", + "illuminate/support": "^6.0|^7.0|^8.0" }, "require-dev": { - "orchestra/testbench": "^4.0", - "phpunit/phpunit": "^8.0" + "orchestra/testbench": "^4.0|^5.3", + "phpunit/phpunit": "^8.5" }, "autoload": { "psr-4": {