diff --git a/README.md b/README.md index d15aa5a..21a7f06 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ composer require dominion-solutions/filament-captcha You will also need a Captcha Provider. Filament Captcha supports the following providers: | Provider | Composer Package | Install Instructions | | -------- | ---------------- | -------------------- | -| {m’e} Web Studio Captcha | `composer require mews/captcha` | [https://github.com/mewebstudio/captcha?tab=readme-ov-file#installation](https://github.com/mewebstudio/captcha?tab=readme-ov-file#installation) | +| {m’e} Web Studio Captcha | `composer require mews/captcha` | [Installation](https://github.com/mewebstudio/captcha?tab=readme-ov-file#installation) | You can publish the config file with: diff --git a/composer.json b/composer.json index cb2d53d..2b769b9 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php": "^8.1", "filament/filament": "^3.2", "filament/forms": "^3.0", - "illuminate/contracts": "^10.0", + "illuminate/contracts": "^10.0|^11.0", "spatie/laravel-package-tools": "^1.15.0" }, "require-dev": {