You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
787 B
36 lines
787 B
{
|
|
"name": "nelsonkti/sensitive-word",
|
|
"description": "敏感词",
|
|
"keywords": ["laravel", "敏感词", "sensitive", "word", "DFA"],
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"support": {
|
|
"email": "nelsons.goole@gmail.com"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "nelsonkti",
|
|
"email": "nelsons.goole@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php":">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.1",
|
|
"mockery/mockery": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Nelsonkti\\SensitiveWord\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
|
|
}
|
|
|