Skip to content

Instantly share code, notes, and snippets.

@jibran
Created February 9, 2015 01:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jibran/b02c6342d2acc9387ad5 to your computer and use it in GitHub Desktop.
Save jibran/b02c6342d2acc9387ad5 to your computer and use it in GitHub Desktop.
Composer file for Dynamic Entity Reference
{
"name": "drupal/dynamic_entity_reference",
"description": "Provides a field that allows an entity-reference field to reference more than one entity type.",
"type": "drupal-module",
"homepage": "http://drupal.org/project/dynamic_entity_reference",
"authors": [
{
"name": "Lee Rowlands",
"homepage": "https://www.drupal.org/u/larowlan",
"role": "Maintainer"
},
{
"name": "Jibran Ijaz",
"homepage": "https://www.drupal.org/u/jibran",
"role": "Maintainer"
}
],
"support": {
"issues": "http://drupal.org/project/dynamic_entity_reference",
"irc": "irc://irc.freenode.org/drupal-contribute",
"source": "http://cgit.drupalcode.org/dynamic_entity_reference"
},
"license": "GPL-2.0+",
"minimum-stability": "dev",
"require": { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment