From 8c9a81b9ebd89847184fb76b95b5ca5c705f8046 Mon Sep 17 00:00:00 2001 From: Oli Mortimer Date: Thu, 4 Feb 2021 16:21:05 +0000 Subject: [PATCH] Laravel 8 Support --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c54791c2..b0070597 100644 --- a/composer.json +++ b/composer.json @@ -18,12 +18,12 @@ } ], "require": { - "illuminate/support": "5.*.* || 6.*.* || 7.*.*", - "illuminate/session": "5.*.* || 6.*.* || 7.*.*", - "illuminate/events": "5.*.* || 6.*.* || 7.*.*" + "illuminate/support": "^5|^6|^7|^8", + "illuminate/session": "^5|^6|^7|^8", + "illuminate/events": "^5|^6|^7|^8" }, "require-dev": { - "phpunit/phpunit": "~5.0 || ~6.0 || ~7.0 || ~8.0", + "phpunit/phpunit": "~5.0 || ~6.0 || ~7.0 || ~8.0 || ~9.0", "mockery/mockery": "~0.9.0 || ^1.0", "orchestra/testbench": "~3.1" },