Skip to content

Commit

Permalink
Alter readme to mention custom word lists and depend on v1.1.0 of mai…
Browse files Browse the repository at this point in the history
…n package
  • Loading branch information
DivineOmega committed May 10, 2018
1 parent 10aa812 commit 6e6fc29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 6e6fc29

Please sign in to comment.