This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drupal/console/templates/module/composer.json.twig
2018-11-23 12:29:20 +00:00

15 lines
433 B
Twig

{
"name": "drupal/{{ machine_name }}",
"type": "drupal-{{ type }}",
"description": "{{ description }}",
"keywords": ["Drupal"],
"license": "GPL-2.0+",
"homepage": "https://www.drupal.org/project/{{ machine_name }}",
"minimum-stability": "dev",
"support": {
"issues": "https://www.drupal.org/project/issues/{{ machine_name }}",
"source": "http://cgit.drupalcode.org/{{ machine_name }}"
},
"require": { }
}