2016-04-27 01:59:38 +05:30
|
|
|
{
|
|
|
|
"name": "ely/php-tempmailbuster",
|
2016-04-30 23:44:37 +05:30
|
|
|
"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",
|
2016-04-27 01:59:38 +05:30
|
|
|
"license": "MIT",
|
2016-04-28 03:31:04 +05:30
|
|
|
"type": "library",
|
2016-04-27 01:59:38 +05:30
|
|
|
"authors": [
|
2016-04-30 23:44:37 +05:30
|
|
|
{
|
|
|
|
"name": "Ely.by team",
|
|
|
|
"email": "team@ely.by"
|
|
|
|
},
|
2016-04-27 01:59:38 +05:30
|
|
|
{
|
|
|
|
"name": "ErickSkrauch",
|
|
|
|
"email": "erickskrauch@ely.by"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2016-04-30 23:44:37 +05:30
|
|
|
"php" : "~5.4 | ~7.0",
|
2016-05-01 21:57:08 +05:30
|
|
|
"ely/anti-tempmail-repo" : "~0.1.0"
|
2016-04-27 01:59:38 +05:30
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.8 || ~5.0"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Ely\\TempMailBuster\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "phpunit"
|
|
|
|
}
|
|
|
|
}
|