Skip to content

Commit b9c7ada

Browse files
committed
Fix badges
1 parent 6c8290d commit b9c7ada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Google's reCAPTCHA PHP client library
22

3-
[![Build Status](https://github.com/phpfui/recaptcha/actions/workflows/tests.yml/badge.svg)](https://github.com/phpfui/recaptcha/actions?query=workflow%3Atests)
3+
[![Build Status](https://github.com/phpfui/recaptcha/actions/workflows/tests.yml/badge.svg)](https://github.com/phpfui/recaptcha/actions?query=workflow%3Aphp)
44
[![Latest Stable Version](https://img.shields.io/packagist/v/phpfui/recaptcha.svg)](https://packagist.org/packages/phpfui/recaptcha)
5-
![](https://img.shields.io/badge/PHPStan-level%206-brightgreen.svg?style=flat)
5+
![](https://img.shields.io/badge/PHPStan-level%205-brightgreen.svg?style=flat)
66

77
reCAPTCHA is a free CAPTCHA service that protects websites from spam and abuse. This is a PHP library that wraps up the server-side verification step required to process responses from the reCAPTCHA service. This client supports both V2 and V3.
88

0 commit comments

Comments
 (0)