Commit b4d66d5b authored by Matías Miranda Brito's avatar Matías Miranda Brito
Browse files

Resolve #3289557 "Automated drupal 10 compatibility fixes"

parent 4eaf7a3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
    },
    "require": {
        "php": "^7.3|^8.0",
        "drupal/sendgrid_api": "^1.0",
        "drupal/sendgrid_api": "^2.0",
        "drupal/mailsystem": "^4.3"
    }
}
+1 −1
Original line number Diff line number Diff line
name: SendGrid Mailer
type: module
description: Provides a mailer to send emails using SendGrid API.
core_version_requirement: ^8.8 || ^9
core_version_requirement: ^8.8 || ^9 || ^10
php: 7.3
dependencies:
  - drupal:mailsystem