Skip to content
Snippets Groups Projects
Commit 0b0f8d2f authored by Stephen Mustgrave's avatar Stephen Mustgrave
Browse files

Issue #3288577: Automated Drupal 10 compatibility fixes

parent bf8b3f07
Branches
Tags 1.0.0-alpha1
1 merge request!1Issue #3288577: Automated Drupal 10 compatibility fixes
......@@ -13,13 +13,13 @@
"keywords": ["Drupal"],
"homepage": "https://drupal.org/project/message_integration",
"require": {
"drupal/core": "^8.6 || ^9.0",
"drupal/diff": "^1.0",
"drupal/mailsystem": "^4.0",
"drupal/message": "^1.0",
"drupal/message_notify": "^1.1",
"drupal/message_subscribe": "^1.0",
"drupal/token": "^1.0",
"drupal/core": "^9.0 || ^10.0",
"drupal/diff": "^1.1",
"drupal/mailsystem": "^4.4",
"drupal/message": "^1.2",
"drupal/message_notify": "^1.2",
"drupal/message_subscribe": "^1.1",
"drupal/token": "^1.11",
"tijsverkoyen/css-to-inline-styles": "^2.2"
},
"extra": {
......
name: Message Integration
type: module
description: "Custom code for Message stack and Swiftmailer to create messages about new/changed nodes and comments and email them to subscribers."
core_version_requirement: ^8 || ^9
core_version_requirement: ^9 || ^10
package: Message
dependencies:
- flag:flag
......
......@@ -2,8 +2,8 @@
namespace Drupal\message_integration\Event;
use Symfony\Contracts\EventDispatcher\Event;
use Drupal\node\Entity\Node;
use Symfony\Component\EventDispatcher\Event;
/**
* Event that is fired when a user logs in.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment