woodpecker-email/composer.json
Simon Vieille 65f4049c28
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
refactor all by using PHP instead of Golang
2024-01-15 12:38:30 +01:00

12 lines
174 B
JSON

{
"autoload": {
"psr-4": {
"Plugin\\": "src/"
}
},
"require": {
"symfony/mailer": "^7.0",
"twig/twig": "^3.8"
}
}