diff --git a/composer.json b/composer.json index 2add7de..7db94ff 100644 --- a/composer.json +++ b/composer.json @@ -23,10 +23,10 @@ ], "require": { "php": "^8.1", - "illuminate/support": "^11.0", - "illuminate/console": "^11.0", - "illuminate/filesystem": "^11.0", - "illuminate/database": "^11.45" + "illuminate/support": "^11.0|^12.0", + "illuminate/console": "^11.0|^12.0", + "illuminate/filesystem": "^11.0|^12.0", + "illuminate/database": "^11.45|^12.0" }, "require-dev": { "orchestra/testbench": "^9.0",