diff --git a/composer.json b/composer.json index e0760ca84d..101daa2e93 100644 --- a/composer.json +++ b/composer.json @@ -29,32 +29,32 @@ } ], "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", "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", - "illuminate/broadcasting": "^9.0", - "illuminate/console": "^9.0", - "illuminate/http": "^9.0", - "illuminate/queue": "^9.0", - "illuminate/routing": "^9.0", - "illuminate/support": "^9.0", + "guzzlehttp/psr7": "^2.6", + "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", "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": {