diff --git a/composer.json b/composer.json index cc4e96c..adab452 100644 --- a/composer.json +++ b/composer.json @@ -25,12 +25,12 @@ "require": { "php": "^7.3|^8.0", "ext-json": "*", - "illuminate/filesystem": "^7.0|^8.0", - "illuminate/support": "^7.0|^8.0", - "illuminate/view": "^7.0|^8.0" + "illuminate/filesystem": "^7.0|^8.0|^9.0", + "illuminate/support": "^7.0|^8.0|^9.0", + "illuminate/view": "^7.0|^8.0|^9.0" }, "require-dev": { - "orchestra/testbench": "^6.21" + "orchestra/testbench": "^6.21|^7.0" }, "autoload": { "psr-4": {