mirror of
https://github.com/retailcrm/transparent-email.git
synced 2024-11-21 21:06:04 +03:00
31 lines
726 B
JSON
31 lines
726 B
JSON
{
|
|
"name": "bkrukowski/transparent-email",
|
|
"description": "Remove aliases from email and get primary email account",
|
|
"type": "library",
|
|
"require": {
|
|
"php": "^7.0.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.5.4",
|
|
"satooshi/php-coveralls": "^1.0.1",
|
|
"codacy/coverage": "^1.0.3"
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Bartłomiej Krukowski",
|
|
"email": "bartlomiej@krukowski.me"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"bkrukowski\\TransparentEmail\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"bkrukowski\\TransparentEmail\\Tests\\": "tests/"
|
|
}
|
|
}
|
|
}
|