Skip to content

Commit ba07a7e

Browse files
authored
feat(deps): Init composer.json
1 parent 812a6bb commit ba07a7e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "open-y-subprojects/openy_campaign_theme",
3+
"description": "Built on top of Open Y Rose theme as a subtheme.",
4+
"type": "drupal-theme",
5+
"license": "GPL-2.0-or-later",
6+
"homepage": "https://github.com/open-y-subprojects/openy_campaign_theme",
7+
"require": {
8+
"open-y-subprojects/openy_campaign": "*"
9+
}
10+
}

0 commit comments

Comments
 (0)