From 7cd08d4c3290596026826b72888f5becd3318658 Mon Sep 17 00:00:00 2001 From: Szabolcs Zsoldos Date: Mon, 14 Sep 2020 11:35:09 +0300 Subject: [PATCH] Laravel 8 compatibility --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 647b57b..84a060a 100644 --- a/composer.json +++ b/composer.json @@ -20,13 +20,13 @@ ], "require": { "php": ">=7.2", - "guzzlehttp/guzzle": "^6.2", - "illuminate/notifications": "^6.0 || ^7.0", - "illuminate/support": "^6. || ^7.0" + "guzzlehttp/guzzle": "^7.0", + "illuminate/notifications": "^6.0 || ^7.0 || ^8.0", + "illuminate/support": "^6. || ^7.0 || ^8.0" }, "require-dev": { "mockery/mockery": "^1.0", - "phpunit/phpunit": "^8.0", + "phpunit/phpunit": "^8.0 || ^9.0", "orchestra/testbench": "^4.0 || ^5.0", "orchestra/database": "^4.0 || ^5.0", "ext-json": "*"