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

Commit 84ecbe6

Browse files
committed
Update README
1 parent 4732d28 commit 84ecbe6

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,6 +1,6 @@
11
# Fluent Validation Rules builders for Laravel
22

3-
[![Build Status](https://api.travis-ci.org/Saritasa/php-laravel-fluent-validation.svg?branch=master)](https://travis-ci.org/Saritasa/php-laravel-fluent-validation)
3+
[![Build Status](https://travis-ci.org/Saritasa/php-laravel-fluent-validation.svg?branch=master)](https://travis-ci.org/Saritasa/php-laravel-fluent-validation)
44
[![codecov](https://codecov.io/gh/Saritasa/php-laravel-fluent-validation/branch/master/graph/badge.svg)](https://codecov.io/gh/Saritasa/php-laravel-fluent-validation)
55

66
Use fluent-style syntax to build [Laravel validation rules](https://laravel.com/docs/5.4/validation#available-validation-rules)
@@ -47,7 +47,7 @@ $ composer require saritasa/laravel-fluent-validation
4747
```
4848

4949
If you use Laraval 5.4 or less,
50-
or 5.5 with [package discovery](https://laravel.com/docs/5.5/packages#package-discovery) disabled,
50+
or 5.5+ with [package discovery](https://laravel.com/docs/5.5/packages#package-discovery) disabled,
5151
add the FluentValidationServiceProvider in ``config/app.php``:
5252

5353
```php

0 commit comments

Comments
 (0)