We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60eb116 + 55812c7 commit ae9ca57Copy full SHA for ae9ca57
composer.json
@@ -98,7 +98,7 @@
98
"extra": {
99
"symfony": {
100
"allow-contrib": true,
101
- "require": "6.3"
+ "require": "6.3.*"
102
}
103
104
templates/blog/search.html.twig
@@ -4,7 +4,7 @@
4
5
{% block main %}
6
{#
7
- Render a component by passing it's name as first argument
+ Render a component by passing its name as first argument
8
See https://symfony.com/bundles/ux-twig-component/current/index.html
9
#}
10
{{ component('blog_search', {
0 commit comments