diff --git a/composer.json b/composer.json index a25fe75..8cae738 100644 --- a/composer.json +++ b/composer.json @@ -17,13 +17,13 @@ "require": { "php": "^8.0", "ext-redis": "*", - "illuminate/contracts": "^8.0|^9.0|^10.0", - "illuminate/redis": "^8.0|^9.0|^10.0", - "illuminate/support": "^8.0|^9.0|^10.0" + "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0", + "illuminate/redis": "^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", - "orchestra/testbench": "^6.0|^7.0|^8.0" + "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0" }, "scripts": { "test": [