-
Notifications
You must be signed in to change notification settings - Fork 16
/
composer.json
33 lines (33 loc) · 1.18 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
{
"name": "open-y-subprojects/openy_features",
"description": "Features from Open Y Distribution.",
"type": "drupal-module",
"require": {
"drupal/ckeditor5_font": "^1.1@beta",
"drupal/core": "^9.5 || ^10",
"drupal/ctools": ">=3.13",
"drupal/diff": "*",
"drupal/google_analytics": "^4.0.2",
"drupal/rabbit_hole": "^1.0@beta || ^1.0",
"drupal/metatag": "*",
"drupal/schema_metatag": "^3.0",
"open-y-subprojects/openy_custom": ">=2.1.0",
"open-y-subprojects/openy_demo_content": "^2.0",
"open-y-subprojects/openy_node_alert": "^2.3.1",
"ycloudyusa/yusaopeny": "*",
"ycloudyusa/y_lb": ">=3.8.2",
"ynorth-projects/openy_node_session": "^2.0"
},
"extra": {
"patches": {
"drupal/ckeditor5_font": {
"Issue #3350333: TypeError: array_filter(): Argument #1 ($array) must be of type array.": "https://www.drupal.org/files/issues/2023-04-21/3350333-5.patch"
},
"drupal/media_directories": {
"https://dgo.to/3444172 Support adding media with Video Embed Field": "https://git.drupalcode.org/project/media_directories/-/merge_requests/14.diff"
}
}
},
"license": "GPL-2.0+",
"minimum-stability": "dev"
}