{ "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" : "*" }, "require-dev": { "phpunit/phpunit": "~4.8 || ~5.0" }, "repositories": [ { "type": "package", "package": { "name": "ely/anti-tempmail-repo", "version": "0.0.0", "source": { "url": "https://github.com/elyby/anti-tempmail-repo.git", "type": "git", "reference": "master" } } } ], "autoload": { "psr-4": { "Ely\\TempMailBuster\\": "src" } }, "scripts": { "test": "phpunit" } }