From 6e6fc29a39de00f7924ebf8fab0d1840f062eeb5 Mon Sep 17 00:00:00 2001 From: Jordan Hall Date: Thu, 10 May 2018 13:10:18 +0100 Subject: [PATCH] Alter readme to mention custom word lists and depend on v1.1.0 of main package --- README.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7642065..d36a326 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ $request->validate([ ]); ``` +You are also able to specifiy a custom offensive word blacklist and whitelist. If you wish +to do this, check the [additional usage examples](https://github.com/DivineOmega/laravel-offensive-validation-rule#usage). + ## License This project is licensed under a GNU Lesser General Public License v3.0 which you can find [in this LICENSE](https://github.com/laravel-validation-rules/exposed-password/blob/master/LICENSE). diff --git a/composer.json b/composer.json index 44b7fed..6360282 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,6 @@ "description": "Metapackage for https://github.com/DivineOmega/laravel-offensive-validation-rule", "type": "metapackage", "require": { - "divineomega/laravel-offensive-validation-rule": "1.0.0" + "divineomega/laravel-offensive-validation-rule": "1.1.0" } }