From d44984a1d7e98e52e7d940467c6a8176a29286d8 Mon Sep 17 00:00:00 2001 From: Mohamed Kawsara Date: Mon, 30 Mar 2020 05:36:01 +0300 Subject: [PATCH] Support for Laravel 7.x --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 9ec6dd46..4c5e73e8 100644 --- a/composer.json +++ b/composer.json @@ -13,10 +13,10 @@ ], "require": { "php": "^7.1.3", - "illuminate/contracts": "~5.7.0|~5.8.0|^6.0", - "illuminate/database": "~5.7.0|~5.8.0|^6.0", - "illuminate/events": "~5.7.0|~5.8.0|^6.0", - "illuminate/support": "~5.7.0|~5.8.0|^6.0" + "illuminate/contracts": "~5.7.0|~5.8.0|^6.0|^7.0", + "illuminate/database": "~5.7.0|~5.8.0|^6.0|^7.0", + "illuminate/events": "~5.7.0|~5.8.0|^6.0|^7.0", + "illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0" }, "require-dev": { "mockery/mockery": "^1.0",