Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / templates / profile / info.yml.twig
index 385baa630637c95335c9c1be0e21eeafad9b3859..9cb7478a1def39961649a9660e39dda7b89baf0d 100644 (file)
@@ -1,23 +1,23 @@
 name: {{ profile }}
 type: {{ type }}
-description: {{ description }}
+description: '{{ description }}'
 core: {{ core }}
 {% if distribution %}
 
 distribution:
-  name: {{ distribution }}
+  name: '{{ distribution }}'
 {% endif %}
 {% if dependencies %}
 
 dependencies:
 {% for dependency in dependencies %}
-  - {{ dependency }}
+  - '{{ dependency }}'
 {% endfor %}
 {% endif %}
 {% if themes %}
 
 themes:
 {% for theme in themes %}
-  - {{ theme }}
+  - '{{ theme }}'
 {% endfor %}
 {% endif %}