Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / templates / profile / info.yml.twig
1 name: {{ profile }}
2 type: {{ type }}
3 description: '{{ description }}'
4 core: {{ core }}
5 {% if distribution %}
6
7 distribution:
8   name: '{{ distribution }}'
9 {% endif %}
10 {% if dependencies %}
11
12 dependencies:
13 {% for dependency in dependencies %}
14   - '{{ dependency }}'
15 {% endfor %}
16 {% endif %}
17 {% if themes %}
18
19 themes:
20 {% for theme in themes %}
21   - '{{ theme }}'
22 {% endfor %}
23 {% endif %}