-
- Downloads
Merge branch '3475765-fix-failing-test' into '1.x'
Added composer.json See merge request !5
No related branches found
No related tags found
composer.json
0 → 100644
{ | ||
"name": "drupal/block_component_library", | ||
"description": "Provides a Block Component Library to use custom blocks as reusable components.", | ||
"type": "drupal-module", | ||
"license": "GPL-2.0-or-later", | ||
"homepage": "https://drupal.org/project/block_component_library", | ||
"support": { | ||
"issues": "https://drupal.org/project/issues/block_component_library", | ||
"source": "https://git.drupalcode.org/project/block_component_library" | ||
}, | ||
"require": { | ||
"drupal/views_bulk_operations": "^4" | ||
} | ||
} |
Please register or sign in to comment