Skip to content

Commit

Permalink
feat(composer): Introduce composer.json
Browse files Browse the repository at this point in the history
Prepare for packagist.org
  • Loading branch information
podarok authored Jun 30, 2021
1 parent 535d3d9 commit 9236a96
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "open-y-subprojects/openy_campaign_demo",
"description": "Demo content for Open Y Campaign application.",
"type": "drupal-module",
"require": {
"open-y-subprojects/openy_demo_content": "*"
},
"license": "GPL-2.0+",
"minimum-stability": "dev"
}

0 comments on commit 9236a96

Please sign in to comment.