diff --git a/composer.json b/composer.json index 0c1d40c..06faa52 100644 --- a/composer.json +++ b/composer.json @@ -23,11 +23,11 @@ ], "require": { "php": "^7.3|^8.0", - "illuminate/auth": "^8.65", - "illuminate/filesystem": "^8.65", - "illuminate/http": "^8.65", - "illuminate/session": "^8.65", - "illuminate/support": "^8.65" + "illuminate/auth": "^8.65|^9.0", + "illuminate/filesystem": "^8.65|^9.0", + "illuminate/http": "^8.65|^9.0", + "illuminate/session": "^8.65|^9.0", + "illuminate/support": "^8.65|^9.0" }, "require-dev": { "orchestra/testbench": "^6.0",