From 253f4554606e52cd280003a50e8446a3956d0d04 Mon Sep 17 00:00:00 2001 From: keatliang2005 <473990+keatliang2005@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:04:23 +0800 Subject: [PATCH] Laravel 11 Support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6a6e4bf..9f59587 100644 --- a/composer.json +++ b/composer.json @@ -9,11 +9,11 @@ ], "require": { "php": "^7.3|^8.0", - "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "league/iso3166": "^3.0|^4.0" }, "require-dev": { - "orchestra/testbench": "^3.5|^4.0|^5.0|^7.0|^8.0", + "orchestra/testbench": "^3.5|^4.0|^5.0|^7.0|^8.0|^9.0", "phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0" }, "license": "Apache-2.0",