example-php-contact-form/composer.json
Andros Fenollosa fc3784f861 First commit
2021-06-24 15:14:25 +02:00

9 lines
167 B
JSON

{
"require": {
"phpmailer/phpmailer": "^6.4",
"sendgrid/sendgrid": "^7.9",
"fzaninotto/faker": "^1.9",
"twig/twig": "^3.0"
}
}