-
- Downloads
Issue #3371948: add composer.json
parent
55a853eb
No related branches found
No related tags found
... | ... | @@ -5,6 +5,14 @@ |
"license": "GPL-2.0+", | ||
"description": "Add Event content type with Layout Builder support.", | ||
"require": { | ||
"drupal/daterange_compact": "^2.0" | ||
"drupal/daterange_compact": "^2.0", | ||
"ycloudyusa/y_lb": "^2.2.0", | ||
"php": ">=8.1", | ||
"open-y-subprojects/openy_focal_point": "^1.0 || dev-drupal10", | ||
"drupal/scheduler": "^2 || ^2.0@RC", | ||
"drupal/node_revision_delete" : "^2.0@alpha || ^2", | ||
"drupal/bootstrap_layout_builder" : "*", | ||
"drupal/layout_builder_restrictions" : "^2.16", | ||
"drupal/openy_gtranslate": "^1.0" | ||
} | ||
} |
Please register or sign in to comment