Skip to content

Commit

Permalink
Updated to support laravel 11. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
spam-n-eggs authored Apr 15, 2024
1 parent 48c62fc commit 55d26d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 55d26d6

Please sign in to comment.