From 0cf70cc0731314a708bbbe2d81d3b255be6df1c7 Mon Sep 17 00:00:00 2001 From: Jason McCreary Date: Mon, 2 Mar 2020 10:46:29 -0500 Subject: [PATCH] Support for Laravel 7 --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 8e97b854..acb31186 100755 --- a/composer.json +++ b/composer.json @@ -18,15 +18,15 @@ } ], "require": { - "php": ">=7.2", - "illuminate/http": "^6.0", - "illuminate/routing": "^6.0", - "illuminate/session": "^6.0", - "illuminate/support": "^6.0", - "illuminate/view": "^6.0" + "php": ">=7.2.5", + "illuminate/http": "^6.0|^7.0", + "illuminate/routing": "^6.0|^7.0", + "illuminate/session": "^6.0|^7.0", + "illuminate/support": "^6.0|^7.0", + "illuminate/view": "^6.0|^7.0" }, "require-dev": { - "illuminate/database": "^6.0", + "illuminate/database": "^6.0|^7.0", "mockery/mockery": "~1.0", "phpunit/phpunit": "~7.1" },