From a07f43b24e52530674e5e3b07452144b0c837bbf Mon Sep 17 00:00:00 2001 From: ItsMurumba Date: Sun, 17 Mar 2024 07:08:40 -0400 Subject: [PATCH] Adds support for laravel 11 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 5ce96a0..4512729 100644 --- a/composer.json +++ b/composer.json @@ -24,9 +24,9 @@ } ], "require": { - "php": "^7.1|^8.0|^8.1", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", - "guzzlehttp/guzzle": "^6.0|^7.0|^8.0|^9.0" + "php": "^7.1|^8.0|^8.1|^8.2", + "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "guzzlehttp/guzzle": "^6.0|^7.0" }, "require-dev": { "phpunit/phpunit": "^8.0",