First commit

This commit is contained in:
Andros Fenollosa
2021-06-24 15:14:25 +02:00
commit fc3784f861
7 changed files with 304 additions and 0 deletions

8
composer.json Normal file
View File

@ -0,0 +1,8 @@
{
"require": {
"phpmailer/phpmailer": "^6.4",
"sendgrid/sendgrid": "^7.9",
"fzaninotto/faker": "^1.9",
"twig/twig": "^3.0"
}
}