-
- Downloads
Issue #3458264: Update Drupal Core to ~10.3.0 and ~11.0.0 with support for...
Issue #3458264: Update Drupal Core to ~10.3.0 and ~11.0.0 with support for recipes in Varbase Layout Builder version requirements
Showing
- composer.json 2 additions, 2 deletionscomposer.json
- modules/varbase_gallery_block/varbase_gallery_block.info.yml 1 addition, 1 deletionmodules/varbase_gallery_block/varbase_gallery_block.info.yml
- modules/varbase_html_code_block/varbase_html_code_block.info.yml 1 addition, 1 deletion.../varbase_html_code_block/varbase_html_code_block.info.yml
- modules/varbase_media_block/varbase_media_block.info.yml 1 addition, 1 deletionmodules/varbase_media_block/varbase_media_block.info.yml
- modules/varbase_modal_block/varbase_modal_block.info.yml 1 addition, 1 deletionmodules/varbase_modal_block/varbase_modal_block.info.yml
- modules/varbase_rich_text_block/varbase_rich_text_block.info.yml 1 addition, 1 deletion.../varbase_rich_text_block/varbase_rich_text_block.info.yml
- modules/vlplb/vlplb.info.yml 1 addition, 1 deletionmodules/vlplb/vlplb.info.yml
- varbase_layout_builder.info.yml 1 addition, 1 deletionvarbase_layout_builder.info.yml
... | ... | @@ -29,8 +29,8 @@ |
"require": { | ||
"composer/installers": "~2", | ||
"oomphinc/composer-installers-extender": "~2", | ||
"cweagans/composer-patches": "~1", | ||
"drupal/core": "~9 || ~10", | ||
"cweagans/composer-patches": "~1 || ~2", | ||
"drupal/core": "~9.5.0 || ~10.3.0 || ~11.0.0", | ||
"drupal/varbase_media": "~9", | ||
"vardot/entity-definition-update-manager": "~1", | ||
"vardot/module-installer-factory": "~1", | ||
... | ... |
Please sign in to comment