php-tempmailbuster/composer.json

26 lines
481 B
JSON

{
"name": "ely/php-tempmailbuster",
"license": "MIT",
"authors": [
{
"name": "ErickSkrauch",
"email": "erickskrauch@ely.by"
}
],
"require": {
"php" : "~5.4|~7.0",
"lib-curl" : "*"
},
"require-dev": {
"phpunit/phpunit": "~4.8 || ~5.0"
},
"autoload": {
"psr-4": {
"Ely\\TempMailBuster\\": "src"
}
},
"scripts": {
"test": "phpunit"
}
}