From 8b299e2c1e4150eb5b325a80ec16bb7ca91a1e79 Mon Sep 17 00:00:00 2001 From: Danil Shutsky Date: Wed, 5 Mar 2025 21:36:22 +0300 Subject: [PATCH] Rebase with sign --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ea48fef..5b30ff0 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" },