From 6a35e7b834d87e4b4d95ae88f41b9cd6029834a4 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 6 Dec 2023 20:25:38 +0000 Subject: [PATCH] Reverts change --- composer.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index e6427c4a..aa33bcf2 100644 --- a/composer.json +++ b/composer.json @@ -20,16 +20,16 @@ "require": { "php": "^8.0", "ext-json": "*", - "illuminate/console": "^11.0", - "illuminate/contracts": "^11.0", - "illuminate/database": "^11.0", - "illuminate/http": "^11.0", - "illuminate/log": "^11.0", - "illuminate/notifications": "^11.0", - "illuminate/pagination": "^11.0", - "illuminate/routing": "^11.0", - "illuminate/support": "^11.0", - "illuminate/view": "^11.0", + "illuminate/console": "^9.21|^10.0|^11.0", + "illuminate/contracts": "^9.21|^10.0|^11.0", + "illuminate/database": "^9.21|^10.0|^11.0", + "illuminate/http": "^9.21|^10.0|^11.0", + "illuminate/log": "^9.21|^10.0|^11.0", + "illuminate/notifications": "^9.21|^10.0|^11.0", + "illuminate/pagination": "^9.21|^10.0|^11.0", + "illuminate/routing": "^9.21|^10.0|^11.0", + "illuminate/support": "^9.21|^10.0|^11.0", + "illuminate/view": "^9.21|^10.0|^11.0", "moneyphp/money": "^4.0", "nesbot/carbon": "^2.0", "stripe/stripe-php": "^7.39|^8.0|^9.0|^10.0",