From 4a377d3b3bf30c1899baca12d5cea5b163104d76 Mon Sep 17 00:00:00 2001 From: Anthony Rappa Date: Tue, 17 Mar 2020 22:32:10 -0400 Subject: [PATCH] - Laravel 7 Support --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c5efe91..4bd09d7 100644 --- a/composer.json +++ b/composer.json @@ -18,12 +18,12 @@ } ], "require": { - "php": "^7.2", - "illuminate/support": "^6.0" + "php": "^7.2.5", + "illuminate/support": "^6.0|^7.0" }, "require-dev": { - "orchestra/testbench": "^4.0", - "phpunit/phpunit": "^8.0" + "orchestra/testbench": "^4.0|^5.0", + "phpunit/phpunit": "^8.0|^9.0" }, "autoload": { "psr-4": {