-
- Downloads
Reformat and whitespace cleanup
parent
09f5cf0f
Branches
Tags 8.x-2.2
Showing
- composer.json 34 additions, 34 deletionscomposer.json
- modules/sendgrid_integration_reports/sendgrid_integration_reports.services.yml 1 addition, 1 deletion...gration_reports/sendgrid_integration_reports.services.yml
- modules/sendgrid_integration_reports/src/Api.php 77 additions, 77 deletionsmodules/sendgrid_integration_reports/src/Api.php
- modules/sendgrid_integration_reports/src/Form/SendGridReportsSettingsForm.php 7 additions, 7 deletions...egration_reports/src/Form/SendGridReportsSettingsForm.php
- src/Form/SendGridSettingsForm.php 9 additions, 9 deletionssrc/Form/SendGridSettingsForm.php
- src/Plugin/Mail/SendGridMail.php 19 additions, 19 deletionssrc/Plugin/Mail/SendGridMail.php
{ | ||
"name": "drupal/sendgrid_integration", | ||
"description": "Drupal module for integrating with the SendGrid API.", | ||
"type": "drupal-module", | ||
"homepage": "https://www.drupal.org/project/sendgrid_integration", | ||
"license": "GPL-2.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "Brady Owens (perignon)", | ||
"homepage": "https://www.drupal.org/u/perignon", | ||
"role": "Maintainer" | ||
} | ||
], | ||
"keywords": [ | ||
"SendGrid", | ||
"sendgrid", | ||
"email", | ||
"send", | ||
"grid", | ||
"php" | ||
], | ||
"support": { | ||
"issues": "https://drupal.org/project/issues/sendgrid_integration", | ||
"source": "https://git.drupalcode.org/project/sendgrid_integration" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "vcs", | ||
"url": "https://github.com/taz77/sendgrid-php-ng" | ||
} | ||
], | ||
"require": { | ||
"fastglass/sendgrid": "~2.0.0", | ||
"html2text/html2text": "^4.3.1", | ||
"ext-json": "*" | ||
"name": "drupal/sendgrid_integration", | ||
"description": "Drupal module for integrating with the SendGrid API.", | ||
"type": "drupal-module", | ||
"homepage": "https://www.drupal.org/project/sendgrid_integration", | ||
"license": "GPL-2.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "Brady Owens (perignon)", | ||
"homepage": "https://www.drupal.org/u/perignon", | ||
"role": "Maintainer" | ||
} | ||
], | ||
"keywords": [ | ||
"SendGrid", | ||
"sendgrid", | ||
"email", | ||
"send", | ||
"grid", | ||
"php" | ||
], | ||
"support": { | ||
"issues": "https://drupal.org/project/issues/sendgrid_integration", | ||
"source": "https://git.drupalcode.org/project/sendgrid_integration" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "vcs", | ||
"url": "https://github.com/taz77/sendgrid-php-ng" | ||
} | ||
], | ||
"require": { | ||
"fastglass/sendgrid": "~2.0.0", | ||
"html2text/html2text": "^4.3.1", | ||
"ext-json": "*" | ||
} | ||
} |
Please register or sign in to comment