diff --git a/composer.json b/composer.json index bd11402..4ef183c 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ } ], "require": { - "php": "^8.0|^8.1", + "php": ">=8.0", "blax-software/websocket-ratchet": "dev-master", "clue/reactphp-sqlite": "^1.0", "clue/redis-react": "^2.6", @@ -44,12 +44,12 @@ "evenement/evenement": "^2.0|^3.0", "facade/ignition-contracts": "^1.0", "guzzlehttp/psr7": "*", - "illuminate/broadcasting": "^9.0|^10.0|^11.0", - "illuminate/console": "^9.0|^10.0|^10.0|^11.0", - "illuminate/http": "^9.0|^10.0|^10.0|^11.0", - "illuminate/queue": "^9.0|^10.0|^10.0|^11.0", - "illuminate/routing": "^9.0|^10.0|^10.0|^11.0", - "illuminate/support": "^9.0|^10.0|^10.0|^11.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", "pusher/pusher-php-server": "^6.0|^7.0", "react/async": "^4.3", "react/http": "^1.11",