From c333cd149e82676363a2a0659c767ae563152732 Mon Sep 17 00:00:00 2001 From: Ali Alimohammadi <32664506+alinemone@users.noreply.github.com> Date: Wed, 2 Dec 2020 10:10:36 +0330 Subject: [PATCH] Update Composer Support laravel 8 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2db0d8c..c736234 100644 --- a/composer.json +++ b/composer.json @@ -28,11 +28,11 @@ "guzzlehttp/guzzle": "^6.2", "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.4", - "illuminate/support": "^5.1 || ^6.0 || ^7.0", + "illuminate/support": "^5.1 || ^6.0 || ^7.0 || ^8.0", "psr/http-message": "^1.0" }, "require-dev": { - "illuminate/routing": "^5.1 || ^6.0 || ^7.0", + "illuminate/routing": "^5.1 || ^6.0 || ^7.0 || ^8.0", "phpunit/phpunit": "^7.0" }, "autoload": {