Skip to content

Commit 53e8280

Browse files
committed
Update symfony/twig-bundle recipe
1 parent a13bafb commit 53e8280

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

symfony.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -456,12 +456,12 @@
456456
"version": "v6.0.0"
457457
},
458458
"symfony/twig-bundle": {
459-
"version": "6.2",
459+
"version": "6.4",
460460
"recipe": {
461461
"repo": "github.com/symfony/recipes",
462462
"branch": "main",
463-
"version": "5.4",
464-
"ref": "bb2178c57eee79e6be0b297aa96fc0c0def81387"
463+
"version": "6.3",
464+
"ref": "b7772eb20e92f3fb4d4fe756e7505b4ba2ca1a2c"
465465
},
466466
"files": [
467467
"config/packages/twig.yaml",

templates/base.html.twig

-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@
1616
See https://symfony.com/doc/current/frontend.html
1717
#}
1818
{% block stylesheets %}
19-
{{ encore_entry_link_tags('app') }}
2019
{% endblock %}
2120
{% block javascripts %}
22-
{{ encore_entry_script_tags('app') }}
2321
{% endblock %}
2422

2523
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}" />

0 commit comments

Comments
 (0)