From efcf7cbd199bfe30565c7f6bb441092fb2ab7e9c Mon Sep 17 00:00:00 2001 From: Krishnaprasad MG Date: Mon, 18 Mar 2024 10:12:40 +0100 Subject: [PATCH] Update supported laravel versions --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c48dcbd..d12241e 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ "php": "^7.3|^8.0", "ext-sockets": "*", "xenolope/quahog": "^3.0", - "illuminate/support": "~5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", - "illuminate/validation": "~5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0" + "illuminate/support": "~5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", + "illuminate/validation": "~5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0" }, "require-dev": { "roave/security-advisories": "dev-master",