You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2024. It is now read-only.
Contributions are **welcome** and will be fully **credited**.
4
+
5
+
We accept contributions via Pull Requests on [Github](https://github.com/biscolab/laravel-recaptcha).
6
+
7
+
8
+
## Pull Requests
9
+
10
+
-**[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](http://pear.php.net/package/PHP_CodeSniffer).
11
+
12
+
-**Add tests!** - Your patch won't be accepted if it doesn't have tests.
13
+
14
+
-**Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
15
+
16
+
-**Consider our release cycle** - We try to follow [SemVer v2.0.0](http://semver.org/). Randomly breaking public APIs is not an option.
17
+
18
+
-**Create feature branches** - Don't ask us to pull from your master branch.
19
+
20
+
-**One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
21
+
22
+
-**Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please [squash them](http://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages) before submitting.
| 4.2.x | v3, v2 Invisible, v2 Checkbox | 7.1 or greater | 5.5 or greater, 6, 7, 8 |[latest](https://laravel-recaptcha-docs.biscolab.com)|
20
+
| 4.1.x | v3, v2 Invisible, v2 Checkbox | 7.1 or greater | 5.5 or greater, 6, 7 |[v4.1.x](https://laravel-recaptcha-docs.biscolab.com/docs/4.1.x/intro)|
21
+
| 4.0.x | v3, v2 Invisible, v2 Checkbox | 7.1 or greater | 5.5 or greater, 6 |[v4.0.x](https://laravel-recaptcha-docs.biscolab.com/docs/4.0.x/intro)|
22
+
| 3.x | v3, v2 Invisible, v2 Checkbox | 7.1 or greater | 5.5 or greater, 6 ready (\*) |[v3.6.1](https://laravel-recaptcha-docs.biscolab.com/docs/3.6.1/intro)|
23
+
| 2.x | v2 Invisible, v2 Checkbox | 5.5.9, 7.0 or greater | 5.0 or greater |[v2.0.4](https://laravel-recaptcha-docs.biscolab.com/docs/2.0.4/intro)|
24
+
25
+
> (\*) Latest version (3.6.1) is Laravel 6 ready
22
26
23
27
> If you are migrating from either v2.x or v3.x to the latest package version, please, take a look about migration to v4.x in [What's new in v4.x](https://laravel-recaptcha-docs.biscolab.com/docs/whats-new) before any changes
24
28
@@ -31,4 +35,5 @@ You can find online complete documentation at [https://laravel-recaptcha-docs.bi
31
35
Contributions are welcome and will be fully credited. [https://laravel-recaptcha-docs.biscolab.com/docs/contributing](https://laravel-recaptcha-docs.biscolab.com/docs/contributing).
0 commit comments