diff --git a/composer.json b/composer.json index d83f5ca..93aa895 100644 --- a/composer.json +++ b/composer.json @@ -23,9 +23,9 @@ "require": { "php": ">=7.4", "ext-gd": "*", - "illuminate/support": "^7.0|^8.0|^9.0|^10.0", - "illuminate/database": "^7.0|^8.0|^9.0|^10.0", - "illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0|^11.0", "nesbot/carbon": "^2.53", "intervention/image": "^2.7" },