Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 87b8419

Browse files
committed
Merge branch 'master' into develop
* master: Update bug_report.md Update README.md Update README.md Update README.md coverage badge added to README.md Update README.md Update README.md Update README.md Update README.md removed "before" from scrutinizer yml Update .scrutinizer.yml
2 parents 4b8af79 + f3b5aa1 commit 87b8419

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ A clear and concise description of what you expected to happen.
2424
If 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.

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ build:
66
- command: vendor/bin/phpunit --coverage-clover=clover.xml
77
coverage:
88
file: clover.xml
9-
format: clover
9+
format: clover

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)