From bfa5da930e909a0493fcad371627a960ce6560b7 Mon Sep 17 00:00:00 2001 From: Roman Nix Date: Thu, 10 Sep 2020 10:33:29 +0700 Subject: [PATCH] Add Laravel 8 support Add 8.* to list of illuminate/support versions --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 852229e5..45d4958f 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "ext-json": "*", "amocrm/oauth2-amocrm": "^2.0", "guzzlehttp/guzzle": "6.*", - "illuminate/support": "5.* || 6.* || 7.*", + "illuminate/support": "5.* || 6.* || 7.* || 8.*", "symfony/dotenv": "4.* || 5.*", "fig/http-message-util": "1.*", "ramsey/uuid": "^3 || ^4",