From 2bbb19fc0244368c15754381691ab1b504b70eeb Mon Sep 17 00:00:00 2001 From: Cuong Giang Date: Thu, 16 May 2024 09:37:57 +0700 Subject: [PATCH] Support Laravel 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a1b09fa..c5f9cf4 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^8.1", - "illuminate/contracts": "^9.0|^10.0", + "illuminate/contracts": "^9.0|^10.0|^11.0", "mailerlite/laravel-elasticsearch": "^11.0", "spatie/laravel-package-tools": "^1.13.0" },