Skip to content

Commit

Permalink
Issue #2662610 by rakesh.gectcr, webflo, slashrsm: Add a composer.jso…
Browse files Browse the repository at this point in the history
…n file to the module
  • Loading branch information
rakeshjames authored and slashrsm committed Feb 4, 2016
1 parent 73743d2 commit 079ad85
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "drupal/entity_browser",
"description": "Entity browsing and selecting component.",
"type": "drupal-module",
"homepage": "http://drupal.org/project/entity_browser",
"authors": [
{
"name": "Janez Urevc",
"homepage": "https://github.com/slashrsm",
"role": "Maintainer"
},
{
"name": "Primoz Hmeljak",
"homepage": "https://github.com/primsi",
"role": "Maintainer"
},
{
"name": "See other contributors",
"homepage": "https://www.drupal.org/node/1943336/committers",
"role": "contributor"
}
],
"support": {
"issues": "http://drupal.org/project/issues/entity_browser",
"irc": "irc://irc.freenode.org/drupal-contribute",
"source": "http://cgit.drupalcode.org/entity_browser"
},
"license": "GPL-2.0+",
"minimum-stability": "dev",
"require": { },
"extra": {
"branch-alias": {
"dev-8.x-1.x": "8.1.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion entity_browser.info.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Entity Browser
description: 'Entity browser component for text and entity reference fields.'
description: 'Entity browsing and selecting component.'
type: module
package: Media
core: 8.x
Expand Down

0 comments on commit 079ad85

Please sign in to comment.