Skip to content

Commit

Permalink
Revert "[Twig] twig >= 3.14 is compatible again"
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer authored Oct 16, 2024
1 parent 2c54d6a commit bd184a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
},
"conflict": {
"jms/serializer-bundle": "4.1.0",
"twig/twig": ">=3.9.0 <3.14.0",
"twig/twig": "^3.9.0",
"pimcore/pimcore": "11.3.1"
},
"suggest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
{% do pimcore_head_title().setSeparator(' | ') %}
{%- endapply -%}

{% block layout_head_meta %}
{% block layout_head_meta deferred %}
{{ pimcore_head_title('CoreShop') }}
{{ pimcore_head_meta() }}
{% endblock %}

{% block head_stylesheets %}
{% block head_stylesheets deferred %}
{{ pimcore_head_link() }}
{% endblock %}
</head>
Expand All @@ -53,7 +53,7 @@
{% include '@CoreShopFrontend/_footer.html.twig' %}
{% endblock %}

{% block scripts %}
{% block scripts deferred %}
{{ pimcore_head_script() }}
{% endblock %}
</body>
Expand Down

0 comments on commit bd184a9

Please sign in to comment.