diff --git a/composer.json b/composer.json index 1d536f2..ab9023d 100644 --- a/composer.json +++ b/composer.json @@ -17,11 +17,11 @@ "require": { "php": "^7.3|^8.0", "doctrine/dbal": ">=2.5", - "illuminate/support": ">=5.1", - "illuminate/database": ">=5.1", - "illuminate/contracts": ">=5.1", - "illuminate/filesystem": ">=5.1", - "illuminate/console": ">=5.1" + "illuminate/support": ">=5.1|^9.0|^10.0", + "illuminate/database": ">=5.1|^9.0|^10.0"", + "illuminate/contracts": ">=5.1|^9.0|^10.0"", + "illuminate/filesystem": ">=5.1|^9.0|^10.0"", + "illuminate/console": ">=5.1|^9.0|^10.0"" }, "require-dev": { "fzaninotto/faker": "~1.4",