diff options
Diffstat (limited to 'Postman/Postman-Mail/sendgrid/composer.json')
-rw-r--r-- | Postman/Postman-Mail/sendgrid/composer.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Postman/Postman-Mail/sendgrid/composer.json b/Postman/Postman-Mail/sendgrid/composer.json new file mode 100644 index 0000000..dbcdefd --- /dev/null +++ b/Postman/Postman-Mail/sendgrid/composer.json @@ -0,0 +1,5 @@ +{ + "require": { + "sendgrid/sendgrid": "~6.0" + } +} |