From 1dd015d1b96c6801a22ffade52e2725b3020e6ed Mon Sep 17 00:00:00 2001 From: Bogdan-Mihai Date: Tue, 19 Dec 2023 09:45:58 +0200 Subject: [PATCH 1/2] update composer.json --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index e0760ca84d..9636b61d1b 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ } ], "require": { - "php": "^8.0|^8.1", + "php": "^8.0|^8.1|^8.2|^8.3", "cboden/ratchet": "^0.4.4", "clue/block-react": "^1.5", "clue/reactphp-sqlite": "^1.0", @@ -38,12 +38,12 @@ "evenement/evenement": "^2.0|^3.0", "facade/ignition-contracts": "^1.0", "guzzlehttp/psr7": "^1.5", - "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": "^9.0 | ^10.0", + "illuminate/console": "^9.0 | ^10.0", + "illuminate/http": "^9.0 | ^10.0", + "illuminate/queue": "^9.0 | ^10.0", + "illuminate/routing": "^9.0 | ^10.0", + "illuminate/support": "^9.0 | ^10.0", "pusher/pusher-php-server": "^6.0|^7.0", "react/mysql": "^0.5", "react/promise": "^2.8", From dab752e78ea564651940e41a361a575e56918407 Mon Sep 17 00:00:00 2001 From: Bogdan-Mihai Date: Tue, 19 Dec 2023 09:53:01 +0200 Subject: [PATCH 2/2] update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 9636b61d1b..101daa2e93 100644 --- a/composer.json +++ b/composer.json @@ -34,10 +34,10 @@ "clue/block-react": "^1.5", "clue/reactphp-sqlite": "^1.0", "clue/redis-react": "^2.6", - "doctrine/dbal": "^2.9", + "doctrine/dbal": "^2.9 | ^3.0 | ^4.0", "evenement/evenement": "^2.0|^3.0", "facade/ignition-contracts": "^1.0", - "guzzlehttp/psr7": "^1.5", + "guzzlehttp/psr7": "^2.6", "illuminate/broadcasting": "^9.0 | ^10.0", "illuminate/console": "^9.0 | ^10.0", "illuminate/http": "^9.0 | ^10.0", @@ -48,13 +48,13 @@ "react/mysql": "^0.5", "react/promise": "^2.8", "symfony/http-kernel": "^5.0|^6.0", - "symfony/psr-http-message-bridge": "^1.1|^2.0" + "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", + "phpunit/phpunit": "^9.0 | ^10.0", "ratchet/pawl": "^0.3.5" }, "suggest": {