123456789101112131415161718192021222324 |
- {
- "name": "lustre/php-dfa-sensitive",
- "description": "To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.",
- "type": "library",
- "license": "MIT",
- "authors": [
- {
- "name": "Lustre",
- "email": "firelustre@163.com"
- }
- ],
- "minimum-stability": "stable",
- "require": {
- "php": ">=5.3"
- },
- "autoload": {
- "psr-4": {
- "DfaFilter\\": "src/DfaFilter"
- }
- },
- "require-dev": {
- "phpunit/phpunit": "^6.4"
- }
- }
|