This repository was archived by the owner on Jun 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,10 @@ A clear and concise description of what you expected to happen.
2424If applicable, add screenshots to help explain your problem.
2525
2626** Environment:**
27- - OS: [ e.g. Ubuntu 16.04]
27+ - OS and server : [ e.g. Ubuntu 16.04 / Nginx ] (If you are using a VM on Windows DON'T "say" Windows)
2828 - PHP version [ 7.1.x]
29+ - Laravel version [ e.g. 5.5]
30+ - Package version [ e.g. 3.4.1]
2931
3032** Additional context**
31- Add any other context about the problem here.
33+ Add any other context about the problem here, like code snippets .
Original file line number Diff line number Diff line change 66 - command : vendor/bin/phpunit --coverage-clover=clover.xml
77 coverage :
88 file : clover.xml
9- format : clover
9+ format : clover
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ Available reCAPTCHA versions:
66* v2 Checkbox
77* v3
88
9- [ ![ Build Status] ( https://travis-ci.org/biscolab/laravel-recaptcha.svg?branch=master )] ( https://travis-ci.org/biscolab/laravel-recaptcha ) [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/biscolab/laravel-recaptcha/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/biscolab/laravel-recaptcha/?branch=master ) [ ![ Packagist version] ( https://img.shields.io/packagist/v/biscolab/laravel-recaptcha.svg#img-thumbnail )] ( https://packagist.org/packages/biscolab/laravel-recaptcha )
9+ [ ![ Build Status] ( https://travis-ci.org/biscolab/laravel-recaptcha.svg?branch=master )] ( https://travis-ci.org/biscolab/laravel-recaptcha ) [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/biscolab/laravel-recaptcha/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/biscolab/laravel-recaptcha/?branch=master ) [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/biscolab/laravel-recaptcha/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/biscolab/laravel-recaptcha/?branch=master )
10+ [ ![ Downloads] ( https://img.shields.io/packagist/dt/biscolab/laravel-recaptcha.svg#img-thumbnail )] ( https://packagist.org/packages/biscolab/laravel-recaptcha )
11+ [ ![ Packagist version] ( https://img.shields.io/packagist/v/biscolab/laravel-recaptcha.svg#img-thumbnail )] ( https://packagist.org/packages/biscolab/laravel-recaptcha )
1012
1113## System requirements
12- | Package version | PHP version | Laravel version |
13- | -----------------| -------------| -----------------|
14- | 3.x | 7.1 or greater | 5.5 or greater |
15- | 2.x | 5.5.9, 7.0 or greater | 5.0 or greater |
16-
17- Are you still using PHP 5.x or 7.0? Please go to [ V2] ( https://github.com/biscolab/laravel-recaptcha/tree/v2.0.4 )
14+ | Package | reCAPTCHA | PHP | Laravel | Docs |
15+ | -----------------| -------------| -------------| -----------------| -------------------|
16+ | 3.x | v3, v2 Invisible, v2 Checkbox | 7.1 or greater | 5.5 or greater | [ latest] ( https://laravel-recaptcha-docs.biscolab.com ) |
17+ | 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 ) |
1818
1919## !!! Documentation !!!
2020
You can’t perform that action at this time.
0 commit comments