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

Commit 505364d

Browse files
authored
Update README.md
1 parent f97b791 commit 505364d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Laravel ReCAPTCHA - v3
22
Simple Google ReCaptcha package for Laravel 5
33

4+
[![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)
5+
46
## System requirements
57
PHP 7.1 or grater
68

@@ -118,4 +120,6 @@ $errors = $v->errors();
118120

119121
```sh
120122
composer test
121-
```
123+
```
124+
## License
125+
[![MIT License](https://img.shields.io/github/license/biscolab/laravel-recaptcha.svg)](https://github.com/biscolab/laravel-recaptcha/blob/master/LICENSE)

0 commit comments

Comments
 (0)