-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 1.24 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "openy/openy_memberships_demo",
"type": "drupal-module",
"description": "Implement Membership Framework DEMO content for YMCA Website Services and Drupal community",
"keywords": [
],
"homepage": "https://github.com/ymcatwincities/openy_memberships_demo",
"minimum-stability": "dev",
"support": {
"issues": "https://github.com/ymcatwincities/openy_memberships_demo/issues",
"source": "https://github.com/ymcatwincities/openy_memberships_demo.git"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"extra": {
"patches": {
"drupal/default_content" : {
"2698425 - Do not reimport existing entities": "https://www.drupal.org/files/issues/2020-02-05/2698425--accept-content-updates--122.patch",
"Error about incompatible declaration of importContent https://www.drupal.org/project/default_content/issues/3205309#comment-14213120": "https://www.drupal.org/files/issues/2021-09-09/3205309-importContent-error.patch"
}
}
},
"require": {
"drupal/default_content": "2.0.0-alpha2",
"openy/openy_memberships": "*"
}
}