From 3fad3fd0c1ef572efff1139798004b03b94181a0 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 3 Sep 2019 16:47:44 +0100 Subject: [PATCH] Allow Laravel 7 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a234808..d72900f 100755 --- a/composer.json +++ b/composer.json @@ -11,11 +11,11 @@ ], "require": { "php": ">=5.4.0", - "illuminate/contracts": "~5.0|~6.0" + "illuminate/contracts": "^5.0|^6.0|^7.0" }, "require-dev": { - "illuminate/http": "~5.6|~6.0", - "mockery/mockery": "~1.0", + "illuminate/http": "^5.0|^6.0|^7.0", + "mockery/mockery": "^1.0", "phpunit/phpunit": "^6.0" }, "autoload": {