Skip to content

Commit

Permalink
Merge pull request Gizra#130 from ec-europa/composer-json
Browse files Browse the repository at this point in the history
Add a composer manifest.
  • Loading branch information
amitaibu committed Jan 15, 2016
2 parents a7f1362 + 40fb40a commit 64d1ea3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "drupal/og",
"description": "API to allow associating content with groups.",
"type": "drupal-module",
"license": "GPL-2.0+",
"homepage": "https://drupal.org/project/og",
"support": {
"issues": "https://drupal.org/project/issues/og",
"irc": "irc://irc.freenode.org/drupal-og",
"source": "https://cgit.drupalcode.org/og"
},
"minimum-stability": "dev"
}

0 comments on commit 64d1ea3

Please sign in to comment.