Skip to content

Commit 50cd7b5

Browse files
committed
Modificação inicial
Adaptando para adicionar ao Packagist
1 parent b54e637 commit 50cd7b5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Badwords PHP
22
============
33

44
Badwords PHP is **small lightweight PHP library** for detecting "bad" words, e.g. profanity, in content.
5+
This is a fork from mioga-technik/badwords to customize.
56

67
Aside from the obvious matching if a word is present in a string, the filter also tries to detect words similar to those in the list, e.g. `gl@d` and `glad`.
78

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
2-
"name": "mioga-technik/badwords",
2+
"name": "cledilsonweb/badwords",
33
"description": "Badwords PHP is a small lightweight PHP library for detecting 'bad' words, e.g. profanity, in content.",
44
"keywords": ["badwords"],
55
"type": "libary",
66
"license": "MIT",
77
"minimum-stability": "dev",
88
"authors": [
9+
{
10+
"name": "cledilsonweb",
11+
"email": "contato@cledilsonweb.com.br"
12+
},
913
{
1014
"name": "mioga-brian",
1115
"email": "brian.s@mioga.de"
@@ -15,9 +19,6 @@
1519
"email": "me@stephenmelrose.co.uk"
1620
}
1721
],
18-
"support": {
19-
"email": "technik@mioga.de"
20-
},
2122
"autoload": {
2223
"psr-4": {
2324
"Badwords\\": "src/"

0 commit comments

Comments
 (0)