From 9bcdf16e69ad4710d36a4e67666b096fcce3d67b Mon Sep 17 00:00:00 2001 From: Paul Klimov Date: Thu, 5 Mar 2020 18:34:33 +0200 Subject: [PATCH] add support for "illuminate/*" 7.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index dcee1ba..e816efe 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ "require": { "php" : "^7.1.3", "guzzlehttp/guzzle": "^6.3", - "illuminate/support": "~5.8 || ^6.0", - "illuminate/notifications": "~5.8 || ^6.0" + "illuminate/support": "~5.8 || ^6.0 || ^7.0", + "illuminate/notifications": "~5.8 || ^6.0 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^7.5 || ^8.0"