Skip to content

Commit e54a3ff

Browse files
committed
Updated shields in readme
1 parent 4186a27 commit e54a3ff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"license": "MIT",
1313
"require": {
14-
"php": "^7.1.0|^8.0",
14+
"php": "^7.1|^8.0",
1515
"illuminate/support": "^5.8|^6|^7|^8",
1616
"illuminate/database": "^5.8|^6|^7|^8"
1717
},

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/korridor/laravel-model-validation-rules?style=flat-square)](https://packagist.org/packages/korridor/laravel-model-validation-rules)
44
[![License](https://img.shields.io/packagist/l/korridor/laravel-model-validation-rules?style=flat-square)](license.md)
5-
[![TravisCI](https://img.shields.io/travis/korridor/laravel-model-validation-rules?style=flat-square)](https://travis-ci.org/korridor/laravel-model-validation-rules)
5+
[![TravisCI](https://img.shields.io/travis/com/korridor/laravel-model-validation-rules?style=flat-square)](https://travis-ci.com/korridor/laravel-model-validation-rules)
66
[![Codecov](https://img.shields.io/codecov/c/github/korridor/laravel-model-validation-rules?style=flat-square)](https://codecov.io/gh/korridor/laravel-model-validation-rules)
77
[![StyleCI](https://styleci.io/repos/208495858/shield)](https://styleci.io/repos/208495858)
8+
[![Supported PHP versions](https://img.shields.io/packagist/php-v/korridor/laravel-model-validation-rules?style=flat-square)](https://packagist.org/packages/korridor/laravel-model-validation-rules)
89

910
This package is an alternative to the Laravel built-in validation rules `exists` and `unique`.
1011
It uses Eloquent models instead of directly querying the database.

0 commit comments

Comments
 (0)