patched simplenews_mailjet_subscriptions to use mailjet api through mailjet module

This commit is contained in:
2022-06-09 11:43:06 +02:00
parent 212f471ec1
commit c133f71e50
3 changed files with 284 additions and 12 deletions

20
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "37949e67c842c709dfa915af08bb2925",
"content-hash": "c0a6d527b742211bd7eae3923a33555b",
"packages": [
{
"name": "alchemy/zippy",
@@ -12989,17 +12989,11 @@
},
{
"name": "drupal/simplenews_mailjet_subscriptions",
"version": "1.2.0",
"version": "dev-1.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/simplenews_mailjet_subscriptions.git",
"reference": "8.x-1.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/simplenews_mailjet_subscriptions-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "ba295d052e87253973d962acd7915e0f4aef80d8"
"reference": "4e64ff5fb58611e0c9cd8d5208ed18dd33226ce6"
},
"require": {
"drupal/core": "^8 || ^9",
@@ -13007,9 +13001,12 @@
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "8.x-1.2",
"datestamp": "1614341278",
"version": "8.x-1.1+1-dev",
"datestamp": "1614340780",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
@@ -25571,6 +25568,7 @@
"drupal/select_translation": 20,
"drupal/session_limit": 10,
"drupal/simplenews": 20,
"drupal/simplenews_mailjet_subscriptions": 20,
"drupal/strings_i18n_json_export": 20,
"drupal/symfony_mailer": 15,
"drupal/telephone_formatter": 10,