diff --git a/composer.json b/composer.json index 5b3d8c2..7b3dee5 100644 --- a/composer.json +++ b/composer.json @@ -19,10 +19,10 @@ } }, "require": { - "illuminate/support": "^6.0|^8.0|^9.0" + "illuminate/support": "^6.0|^8.0|^9.0|^10.0" }, "require-dev": { - "orchestra/testbench": "^4.0|^6.0|^7.0", + "orchestra/testbench": "^4.0|^6.0|^7.0|^8.0", "spatie/valuestore": "^1.2", "ext-redis": "*" },