From 7008be1206deb10c2bcb0891a0527f72102a7c9a Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Tue, 15 Aug 2023 16:45:24 +1000 Subject: [PATCH] wip --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 81d584f3..4809906f 100644 --- a/composer.json +++ b/composer.json @@ -17,10 +17,10 @@ "require": { "php": "^8.2", "guzzlehttp/promises": "^1.0 || ^2.0", - "illuminate/console": "^10.0", - "illuminate/http": "^10.0", - "illuminate/routing": "^10.0", - "illuminate/support": "^10.0", + "illuminate/console": "^9.0 || ^10.0", + "illuminate/http": "^9.0 || ^10.0", + "illuminate/routing": "^9.0 || ^10.0", + "illuminate/support": "^9.0 || ^10.0", "livewire/livewire": "^3.0@beta", "nesbot/carbon": "^2.67" },