symfony-mailer-example/composer.json

7 lines
96 B
JSON
Raw Normal View History

2022-12-04 05:41:35 +00:00
{
"require": {
"symfony/mailer": "^6.2",
"vlucas/phpdotenv": "^5.5"
}
}