From d8c91a1c3bbc1a3109318521a1bebffd8c406342 Mon Sep 17 00:00:00 2001 From: Lawrence Onah Date: Fri, 3 Feb 2023 15:36:47 +0100 Subject: [PATCH] chore: add support for laravel 10.x compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e1815f5..58c0414 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require": { "php": "^7.0|^8.0", - "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0", "guzzlehttp/guzzle": "^6.3|^7.0" }, "require-dev": {