From 6a3b92fa6ca713e5dbf8ad3d4800baa650118ca3 Mon Sep 17 00:00:00 2001 From: Alexander Blasl Date: Thu, 16 Jan 2025 09:01:17 +0100 Subject: [PATCH] Package update --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index e830edb..fbfdcd4 100644 --- a/composer.json +++ b/composer.json @@ -45,12 +45,12 @@ "evenement/evenement": "^2.0|^3.0", "facade/ignition-contracts": "^1.0", "guzzlehttp/psr7": "^1.5|^2.0", - "illuminate/broadcasting": "^9.0", - "illuminate/console": "^9.0", - "illuminate/http": "^9.0", - "illuminate/queue": "^9.0", - "illuminate/routing": "^9.0", - "illuminate/support": "^9.0", + "illuminate/broadcasting": "*", + "illuminate/console": "*", + "illuminate/http": "*", + "illuminate/queue": "*", + "illuminate/routing": "*", + "illuminate/support": "*", "pusher/pusher-php-server": "^6.0|^7.0", "react/mysql": "^0.5", "react/promise": "^2.8",