diff --git a/composer.json b/composer.json index fbfdcd4..1898246 100644 --- a/composer.json +++ b/composer.json @@ -45,16 +45,16 @@ "evenement/evenement": "^2.0|^3.0", "facade/ignition-contracts": "^1.0", "guzzlehttp/psr7": "^1.5|^2.0", - "illuminate/broadcasting": "*", - "illuminate/console": "*", - "illuminate/http": "*", - "illuminate/queue": "*", - "illuminate/routing": "*", - "illuminate/support": "*", + "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/http-kernel": "^6.0", "symfony/psr-http-message-bridge": "^1.1|^2.0" }, "require-dev": {