From f78eba2027fd3b6d2532379fa1d26362d73e3b60 Mon Sep 17 00:00:00 2001 From: Lauri Huovila Date: Thu, 11 May 2023 08:57:23 +0300 Subject: [PATCH] chore(deps): Support Laravel 10 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8760dc0..938be54 100644 --- a/composer.json +++ b/composer.json @@ -35,8 +35,8 @@ "php": ">=7.3|^8.0", "ext-json": "*", "guzzlehttp/guzzle": "^7", - "illuminate/cache": "^6|^8|^9", - "illuminate/support": "^6|^8|^9" + "illuminate/cache": "^6|^8|^9|^10", + "illuminate/support": "^6|^8|^9|^10" }, "require-dev": { "phpunit/phpunit": "^9",