From e8bf5dbc590810ae539a63b3c765b35fd81bc636 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 4 Mar 2020 13:41:20 +0100 Subject: [PATCH] Laravel 7 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a955488..5b8d688 100644 --- a/composer.json +++ b/composer.json @@ -8,13 +8,13 @@ }], "require": { "php": ">=7.1.0", - "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0" + "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0" }, "require-dev": { "phpunit/phpunit": "^7.0.0", "squizlabs/php_codesniffer": "^3.0.0", "phpunit/php-code-coverage": "^6.0.0", - "illuminate/log": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0" + "illuminate/log": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0" }, "autoload": { "psr-4": {