mirror of
https://github.com/elyby/php-tempmailbuster.git
synced 2024-11-09 15:02:04 +05:30
26 lines
481 B
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"
|
|
}
|
|
}
|