Skip to content
Snippets Groups Projects
Commit e61cb3f8 authored by Jay Friendly's avatar Jay Friendly
Browse files

Adding composer.json that handles message_notify dependency

parent e9a1fab3
No related branches found
No related tags found
No related merge requests found
{
"name": "drupal/private_message",
"description": "A private message system for users to send messages to each other.",
"type": "drupal-module",
"homepage": "https://drupal.org/project/private_message",
"authors": [
{
"name": "Jay Friendly (Jaypan)",
"homepage": "https://www.jaypan.com",
"role": "Maintainer"
}
],
"support": {
"issues": "https://drupal.org/project/issues/private_message",
"source": "https://cgit.drupalcode.org/private_message"
},
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"require": {
"drupal/message_notify": "^1.0"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment