php-tempmailbuster/composer.json

34 lines
863 B
JSON

{
"name": "ely/php-tempmailbuster",
"description": "Control emails with black and white lists; make lists of domains using regular expressions and validate emails with them",
"keywords": ["email", "validation"],
"homepage": "https://github.com/elyby/anti-tempmail-repo",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Ely.by team",
"email": "team@ely.by"
},
{
"name": "ErickSkrauch",
"email": "erickskrauch@ely.by"
}
],
"require": {
"php" : "~5.4 | ~7.0",
"ely/anti-tempmail-repo" : "~0.1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8 || ~5.0"
},
"autoload": {
"psr-4": {
"Ely\\TempMailBuster\\": "src"
}
},
"scripts": {
"test": "phpunit"
}
}