diff --git a/composer.json b/composer.json index 3a9ef1a..519c548 100644 --- a/composer.json +++ b/composer.json @@ -20,10 +20,10 @@ }, "require": { "php": "^8.0", - "illuminate/support": "^9.0|^10.0|^11.0" + "illuminate/support": "^9.0|^10.0|^11.0|^12.0" }, "require-dev": { - "orchestra/testbench": "^7.0|^8.0|^9.0", + "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0", "spatie/valuestore": "^1.2", "ext-redis": "*" },