Skip to content

Commit

Permalink
增加过滤词核心文件
Browse files Browse the repository at this point in the history
  • Loading branch information
lunbor committed Jan 18, 2019
0 parents commit 5b6a62d
Show file tree
Hide file tree
Showing 2 changed files with 608 additions and 0 deletions.
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "zh-dirty/dirty-words",
"description": "This is a dirty words class for php",
"type": "library",
"license": "MIT",
"keywords":[
"dirty",
"dirty words",
"zh-dirty"
],
"authors": [
{
"name": "zhouheng",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0"
}
}
Loading

0 comments on commit 5b6a62d

Please sign in to comment.