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