Skip to content

Commit

Permalink
Add support for laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Teutates committed Mar 9, 2023
1 parent 502a4a1 commit 8b7f245
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Features

- [x] Support Laravel 5/6/7/8/9
- [x] Support Laravel 5/6/7/8/9/10

- [x] Multiple captcha on page

Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
"laravel7",
"laravel8",
"laravel9",
"laravel10",
"laravel 5",
"laravel 6",
"laravel 7",
"laravel 8",
"laravel 9"
"laravel 9",
"laravel 10"
],
"homepage": "https://github.com/thinhbuzz/laravel-h-captcha",
"license": "MIT",
Expand All @@ -29,7 +31,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.*|6.*|7.*|8.*|9.*",
"illuminate/support": "5.*|6.*|7.*|8.*|9.*|10.*",
"guzzlehttp/guzzle": "6.*|7.*"
},
"autoload": {
Expand Down

0 comments on commit 8b7f245

Please sign in to comment.