Skip to content

Commit 6e6fc29

Browse files
committed
Alter readme to mention custom word lists and depend on v1.1.0 of main package
1 parent 10aa812 commit 6e6fc29

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ $request->validate([
1919
]);
2020
```
2121

22+
You are also able to specifiy a custom offensive word blacklist and whitelist. If you wish
23+
to do this, check the [additional usage examples](https://github.com/DivineOmega/laravel-offensive-validation-rule#usage).
24+
2225
## License
2326
This project is licensed under a GNU Lesser General Public License v3.0 which you can find
2427
[in this LICENSE](https://github.com/laravel-validation-rules/exposed-password/blob/master/LICENSE).

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"description": "Metapackage for https://github.com/DivineOmega/laravel-offensive-validation-rule",
44
"type": "metapackage",
55
"require": {
6-
"divineomega/laravel-offensive-validation-rule": "1.0.0"
6+
"divineomega/laravel-offensive-validation-rule": "1.1.0"
77
}
88
}

0 commit comments

Comments
 (0)