{
"name": "rohit/smtp-test",
"autoload": {
"psr-4": {
"Rohit\\SmtpTest\\": "src/"
}
},
"authors": [
{
"name": "Rohit Kumar"
}
],
"require": {
"phpmailer/phpmailer": "^6.10"
}
}