{
"name": "ph-7/notallowed",
"description": "Filter profane words, usernames, spam/temporary emails, etc.",
"keywords": [
"ban",
"banned",
"security",
"not allowed",
"profane",
"profane words",
"filter words",
"filter",
"word",
"spam",
"scam",
"temporary email",
"emails"
],
"type": "library",
"homepage": "https://ph7.me",
"license": "MIT",
"authors": [
{
"name": "Pierre-Henry Soria",
"email": "hi@ph7.me"
}
],
"require": {
"php": ">=8.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
"PH7\\NotAllowed\\": "src"
}
},
"scripts": {
"test": "vendor/bin/phpunit"
}
}
|