mirror of
https://github.com/retailcrm/transparent-email.git
synced 2024-11-21 21:06:04 +03:00
32 lines
755 B
JSON
32 lines
755 B
JSON
{
|
|
"name": "bkrukowski/transparent-email",
|
|
"description": "Remove aliases from email and get primary email account",
|
|
"type": "library",
|
|
"require": {
|
|
"php": "^7.0.0",
|
|
"ext-mbstring": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "6.5.14",
|
|
"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/"
|
|
}
|
|
}
|
|
}
|