From b6530ceca4bcda5f8729191fc1163a9df361b871 Mon Sep 17 00:00:00 2001 From: christophe Date: Sat, 9 Mar 2024 19:00:24 +0100 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f5a50cf..2f403e5 100644 --- a/composer.json +++ b/composer.json @@ -13,9 +13,9 @@ ], "require": { "php": ">=7.2.5", - "illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0", - "illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0", - "illuminate/queue": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0", + "illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ^10.0 || ^11.0", + "illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ^10.0 || ^11.0", + "illuminate/queue": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ^10.0 || ^11.0", "lob/lob-php": "^3.0" }, "require-dev": {