Skip to content
Snippets Groups Projects

3401765 - Update composer file

1 file
+ 16
4
Compare changes
  • Side-by-side
  • Inline
+ 16
4
{
"name": "drupal/taxonomy_delete",
"type": "drupal-module",
"description": "A utility module which will delete all the taxonomy under a Vocabulary.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"keywords": ["Drupal"],
"license": "GPL-2.0+",
"authors": [
{
"name": "Malabya Tewari (malavya)",
"role": "Maintainer"
},
{
"name": "Viktor Holovachek (AstonVictor)",
"role": "Maintainer"
}
],
"minimum-stability": "dev",
"support": {
"issues": "http://drupal.org/project/issues/taxonomy_delete",
"source": "http://cgit.drupalcode.org/taxonomy_delete"
"issues": "https://www.drupal.org/project/issues/taxonomy_delete",
"source": "https://git.drupalcode.org/project/taxonomy_delete"
},
"require": { }
}
Loading