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 e37702c commit a2d56eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Google captcha for Laravel 5, Laravel 6, Laravel 7 and Laravel 8
# Google captcha for Laravel
> Support multiple captcha on page
![Google captcha for Laravel 5, Laravel 6, Laravel 7 and Laravel 8](http://i.imgur.com/aHBOqAS.gif)
![Google captcha for Laravel](http://i.imgur.com/aHBOqAS.gif)

> Inspired by [anhskohbo/no-captcha](https://github.com/anhskohbo/no-captcha) and base on [google captcha sdk](https://github.com/google/recaptcha).
## Features

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

- [x] Multiple captcha on page

- [x] Reset captcha
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buzz/laravel-google-captcha",
"description": "Google captcha for Laravel 5, Laravel 6, Laravel 7 and Laravel 8",
"description": "Google captcha for Laravel",
"keywords": [
"recaptcha",
"no-captcha",
Expand All @@ -14,7 +14,8 @@
"laravel 5",
"laravel 6",
"laravel 7",
"laravel 8"
"laravel 8",
"laravel 9"
],
"homepage": "https://github.com/thinhbuzz/laravel-google-captcha",
"license": "MIT",
Expand All @@ -27,7 +28,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.*|6.*|7.*|8.*",
"illuminate/support": "5.*|6.*|7.*|8.*|9.*",
"google/recaptcha": "1.*"
},
"autoload": {
Expand Down

0 comments on commit a2d56eb

Please sign in to comment.