Skip to content

Commit

Permalink
support laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
thinhbuzz committed Feb 15, 2022
1 parent 41a063b commit 502a4a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# [hCaptcha](https://www.hcaptcha.com) for Laravel 5, Laravel 6, Laravel 7 and Laravel 8
# [hCaptcha](https://www.hcaptcha.com) for Laravel

## Features

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

- [x] Multiple captcha on page

- [x] Reset captcha
Expand Down
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buzz/laravel-h-captcha",
"description": "hCaptcha for Laravel 5, Laravel 6, Laravel 7 and Laravel 8",
"description": "hCaptcha for Laravel",
"keywords": [
"h-captcha",
"hcaptcha",
Expand All @@ -10,10 +10,13 @@
"laravel5",
"laravel6",
"laravel7",
"laravel8",
"laravel9",
"laravel 5",
"laravel 6",
"laravel 7",
"laravel 8"
"laravel 8",
"laravel 9"
],
"homepage": "https://github.com/thinhbuzz/laravel-h-captcha",
"license": "MIT",
Expand All @@ -26,7 +29,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.*|6.*|7.*|8.*",
"illuminate/support": "5.*|6.*|7.*|8.*|9.*",
"guzzlehttp/guzzle": "6.*|7.*"
},
"autoload": {
Expand Down

0 comments on commit 502a4a1

Please sign in to comment.