example-php-contact-form/composer.json

9 lines
167 B
JSON
Raw Normal View History

2021-06-24 15:14:25 +02:00
{
"require": {
"phpmailer/phpmailer": "^6.4",
"sendgrid/sendgrid": "^7.9",
"fzaninotto/faker": "^1.9",
"twig/twig": "^3.0"
}
}