diff --git a/composer.json b/composer.json index 2e95c72..0925a50 100644 --- a/composer.json +++ b/composer.json @@ -18,9 +18,9 @@ "require": { "php": "^8.1", "spatie/laravel-package-tools": "^1.13.0", - "illuminate/contracts": "^8|^9|^10", - "illuminate/support": "^8|^9|^10", - "illuminate/database": "^8|^9|^10" + "illuminate/contracts": "^8|^9|^10|^11", + "illuminate/support": "^8|^9|^10|^11", + "illuminate/database": "^8|^9|^10|^11" }, "require-dev": { "laravel/pint": "^1.0", @@ -64,4 +64,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +}