Repository URL to install this package:
|
Version:
1.0.1 ▾
|
novicell/dds_sendgrid
/
composer.json
|
|---|
{
"name": "novicell/dds_sendgrid",
"type": "drupal-module",
"description": "Novicell DDS Sendgrid",
"keywords": [
"Novicell"
],
"license": "GPL-2.0+",
"homepage": "https://www.novicell.dk",
"minimum-stability": "dev",
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://packages.drupal.dk/php/"
}
],
"require": {
"sendgrid/sendgrid": "~7",
"html2text/html2text": "~4.0.1"
}
}