forked from deblan/woodpecker-email
12 lines
215 B
JSON
12 lines
215 B
JSON
{
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Plugin\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"symfony/mailer": "^7.0",
|
|
"twig/twig": "^3.8",
|
|
"symfony/google-mailer": "^7.1"
|
|
}
|
|
}
|