Merge branch 'master' of github.com:arandilopez/laravel-profane

This commit is contained in:
Arandi López 2017-02-21 13:34:08 -06:00
commit 6c60510137
2 changed files with 17 additions and 1 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: php
php:
- "7.1"
- "7.0"
- "5.6"
- "5.5"
install:
- "composer self-update"
- "composer install"

View File

@ -1,4 +1,11 @@
# Laravel Profanity Valitador
# Laravel Profanity Validator
[![Latest Stable Version](https://poser.pugx.org/arandilopez/laravel-profane/v/stable)](https://packagist.org/packages/arandilopez/laravel-profane)
[![Total Downloads](https://poser.pugx.org/arandilopez/laravel-profane/downloads)](https://packagist.org/packages/arandilopez/laravel-profane)
[![License](https://poser.pugx.org/arandilopez/laravel-profane/license)](https://packagist.org/packages/arandilopez/laravel-profane)
[![Daily Downloads](https://poser.pugx.org/arandilopez/laravel-profane/d/daily)](https://packagist.org/packages/arandilopez/laravel-profane)
[![composer.lock](https://poser.pugx.org/arandilopez/laravel-profane/composerlock)](https://packagist.org/packages/arandilopez/laravel-profane)
![](https://travis-ci.org/arandilopez/laravel-profane.svg?branch=master)
I made this package to perform a validation for swear words using Laravel validation service.