Skip to content

Commit

Permalink
Add Packagist version badge
Browse files Browse the repository at this point in the history
Signed-off-by: victor <[email protected]>
  • Loading branch information
victor-c4uno committed Jan 27, 2021
1 parent 8c2f42e commit a2ac684
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![codecov](https://codecov.io/gh/pollin14/laravel-curp-validation/branch/master/graph/badge.svg)](https://codecov.io/gh/pollin14/laravel-curp-validation)
[![Workflow](https://github.com/pollin14/laravel-curp-validation/workflows/PHP%20Composer/badge.svg)]()
[![Total Downloads](https://img.shields.io/packagist/dt/pollin14/laravel-curp-validation.svg?style=flat-square)](https://packagist.org/packages/pollin14/laravel-curp-validation)
[![Version](https://img.shields.io/packagist/v/pollin14/laravel-curp-validation?style=flat)](https://img.shields.io/packagist/v/pollin14/laravel-curp-validation?style=plastic)

A set of validation rules specific to validate Mexico's CURP.

Expand All @@ -17,7 +18,7 @@ composer require pollin14/laravel-curp-validation

## Usage

If you are using Laravel >= 6 you can install
If you are using Laravel >= 6 and PHP >= 7.3 then you can install

```bash
composer require illuminatech/validation-composite
Expand Down

0 comments on commit a2ac684

Please sign in to comment.