Skip to content
Snippets Groups Projects

Issue #3436764 - Add composer file

1 file
+ 41
0
Compare changes
  • Side-by-side
  • Inline
composer.json 0 → 100644
+ 41
0
{
"name": "drupal/follow",
"description": "Follow adds sitewide and per user links that link to various social networking sites.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"keywords": ["Drupal"],
"authors": [
{
"name": "James Sansbury (q0rban)",
"role": "Maintainer"
},
{
"name": "Naveen Valecha (naveenvalecha)",
"role": "Maintainer"
},
{
"name": "Rob Loach (RobLoach)",
"role": "Maintainer"
},
{
"name": "John Bloomfield (jbloomfield)",
"role": "Maintainer"
},
{
"name": "Viktor Holovachek (AstonVictor)",
"role": "Maintainer"
}
],
"minimum-stability": "dev",
"support": {
"issues": "https://www.drupal.org/project/issues/follow",
"source": "https://git.drupalcode.org/project/follow"
},
"require": { }
}
Loading