From bed0744e7c18b3435e993ac7fb39e8a4c89cf139 Mon Sep 17 00:00:00 2001 From: Danil Shutsky Date: Wed, 5 Mar 2025 21:36:22 +0300 Subject: [PATCH] Laravel 12 Support Signed-off-by: Danil Shutsky --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 471d32e..8ebd38d 100644 --- a/composer.json +++ b/composer.json @@ -38,9 +38,9 @@ "php": "^8.2", "ext-json": "*", "auth0/auth0-php": "^8.10", - "illuminate/contracts": "^11", - "illuminate/http": "^11", - "illuminate/support": "^11", + "illuminate/contracts": "^11|^12", + "illuminate/http": "^11|^12", + "illuminate/support": "^11|^12", "psr-discovery/all": "^1", "psr/cache": "^2 || ^3" },