v1/web/modules/contrib/bootstrap_layout_builder/composer.json

12 lines
330 B
JSON

{
"name": "drupal/bootstrap_layout_builder",
"type": "drupal-module",
"keywords": ["Drupal", "Bootstrap", "Grid", "Layout Builder"],
"license": "GPL-2.0+",
"description": "Add Bootstrap Grid support to Layout Builder module.",
"require": {
"drupal/bootstrap_styles": "^1.1",
"drupal/core": "^9.3 || ^10"
}
}