Skip to content

Commit c4f673f

Browse files
committed
Updated to support laravel 11.
1 parent 48c62fc commit c4f673f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ composer require dominion-solutions/filament-captcha
2626
You will also need a Captcha Provider. Filament Captcha supports the following providers:
2727
| Provider | Composer Package | Install Instructions |
2828
| -------- | ---------------- | -------------------- |
29-
| {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) |
29+
| {m’e} Web Studio Captcha | `composer require mews/captcha` | [Installation](https://github.com/mewebstudio/captcha?tab=readme-ov-file#installation) |
3030

3131

3232
You can publish the config file with:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"php": "^8.1",
2424
"filament/filament": "^3.2",
2525
"filament/forms": "^3.0",
26-
"illuminate/contracts": "^10.0",
26+
"illuminate/contracts": "^10.0|^11.0",
2727
"spatie/laravel-package-tools": "^1.15.0"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)