downgraded mailjet to 3.0.X-dev

This commit is contained in:
2024-08-20 00:35:59 +02:00
parent 24fb6da459
commit 79e510e65b
2 changed files with 16 additions and 18 deletions

28
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": "88e9aa0570e190c7938560e3fbe511e8",
"content-hash": "079be50913e11cbe0473238bb3262ccc",
"packages": [
{
"name": "algolia/places",
@@ -9026,20 +9026,14 @@
},
{
"name": "drupal/mailjet",
"version": "4.0.0",
"version": "dev-3.0.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/Mailjet.git",
"reference": "4.0.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/mailjet-4.0.0.zip",
"reference": "4.0.0",
"shasum": "f1a8cf63bb1a77c9ea6038f32446e53be603bf69"
"reference": "b5db59b5482b4c59d7550b646a67a887d9bce68d"
},
"require": {
"drupal/core": "^8.8 || ^9 || ^10",
"drupal/core": "^9 || ^10",
"mailjet/mailjet-apiv3-php": "^1.5",
"phpmailer/phpmailer": "^6.0.7"
},
@@ -9051,12 +9045,15 @@
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-3.0.x": "3.0.x-dev"
},
"drupal": {
"version": "4.0.0",
"datestamp": "1717934119",
"version": "3.0.x-dev",
"datestamp": "1720356068",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
@@ -23034,6 +23031,7 @@
"drupal/config_split": 10,
"drupal/flag": 10,
"drupal/flag_lists": 5,
"drupal/mailjet": 20,
"drupal/pwa": 10,
"drupal/rules": 20,
"drupal/search_api_page": 20,
@@ -23070,5 +23068,5 @@
"platform-overrides": {
"php": "8.1"
},
"plugin-api-version": "2.6.0"
"plugin-api-version": "2.3.0"
}