From c13d0270aeacb48d8d30e11db83d8d4714f3a64c Mon Sep 17 00:00:00 2001 From: Alexander Blasl Date: Thu, 16 Jan 2025 09:29:22 +0100 Subject: [PATCH] Package update --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e42b9f3..1b86c4b 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,6 @@ "require": { "php": "^8.0|^8.1", "cboden/ratchet": "*", - "clue/block-react": "^1.5", "clue/reactphp-sqlite": "^1.0", "clue/redis-react": "^2.6", "doctrine/dbal": "^2.9", @@ -52,13 +51,14 @@ "illuminate/routing": "^9.0|^10.0|^10.0|^11.0", "illuminate/support": "^9.0|^10.0|^10.0|^11.0", "pusher/pusher-php-server": "^6.0|^7.0", + "react/async": "^4.3", + "react/http": "^1.11", "react/mysql": "^0.5", "react/promise": "^2.8", "symfony/http-kernel": "*", "symfony/psr-http-message-bridge": "*" }, "require-dev": { - "clue/buzz-react": "^2.9", "laravel/legacy-factories": "^1.1", "orchestra/testbench-browser-kit": "^7.0", "phpunit/phpunit": "^9.0", @@ -96,4 +96,4 @@ } } } -} \ No newline at end of file +}