forked from ymcatwincities/openy_gated_content
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcomposer.json
42 lines (42 loc) · 1.46 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "ycloudyusa/yusaopeny_gated_content",
"description": "Y USA Open Y Virtual Y Content",
"license": "GPL-2.0+",
"type": "drupal-module",
"require": {
"ext-json": "*",
"ext-zlib": "*",
"cboden/ratchet": "^0.4.4",
"drupal/csv_serialization": "^2.0 || ^3.0",
"drupal/date_recur": "^2.0 || ^3.0",
"drupal/date_recur_modular": "^2.0 || ^3.0",
"drupal/jsonapi_image_styles": "^2.0.0 || ^3.0",
"drupal/recurring_events": "^2.0@RC || ^2.0",
"drupal/simple_recaptcha": "^1.0",
"drupal/state_machine": "^1.4",
"drupal/views_data_export": "^1.0",
"ycloudyusa/yusaopeny": "*",
"ymcatwincities/daxko_sso": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
}
},
"extra": {
"patches": {
"drupal/field_inheritance": {
"Field cardinality is not preserved on inheritance https://dgo.re/3316144": "https://git.drupalcode.org/project/field_inheritance/-/merge_requests/3.diff"
}
},
"patches-ignore": {
"ycloudyusa/yusaopeny": {
"drupal/search_api": {
"2898334 - Add a Role-based access processor": "https://www.drupal.org/files/issues/2021-01-31/2898334-30--role_based_access_check.patch"
}
}
}
}
}