Skip to content

Commit ae9ca57

Browse files
committed
Merge remote-tracking branch 'upstream/main' into mongodb
2 parents 60eb116 + 55812c7 commit ae9ca57

File tree

3 files changed

+3063
-3866
lines changed

3 files changed

+3063
-3866
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"extra": {
9999
"symfony": {
100100
"allow-contrib": true,
101-
"require": "6.3"
101+
"require": "6.3.*"
102102
}
103103
}
104104
}

templates/blog/search.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{% block main %}
66
{#
7-
Render a component by passing it's name as first argument
7+
Render a component by passing its name as first argument
88
See https://symfony.com/bundles/ux-twig-component/current/index.html
99
#}
1010
{{ component('blog_search', {

0 commit comments

Comments
 (0)