Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
novicell/dds_sendgrid / composer.json
Size: Mime:
{
    "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"
    }
}