File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Original file line number Diff line number Diff line change 85
85
{{- block (' choice_widget_options' ) -}}
86
86
</optgroup >
87
87
{%- else -%}
88
- <option value =" {{ choice .value }}" {% if choice .attr %}{% with { attr : choice .attr } %}{{ block (' attributes' ) }}{% endwith %}{% endif %}{% if not render_preferred_choices | default (false ) and choice is selectedchoice(value ) %} selected =" selected" {% endif %}>{{ choice_translation_domain is same as (false ) ? choice .label : choice .label | trans({} , choice_translation_domain ) }}</option >
88
+ <option value =" {{ choice .value }}" {% if choice .attr %}{% with { attr : choice .attr } %}{{ block (' attributes' ) }}{% endwith %}{% endif %}{% if not render_preferred_choices | default (false ) and choice is selectedchoice(value ) %} selected =" selected" {% endif %}>{{ choice_translation_domain is same as (false ) ? choice .label : choice .label | trans(choice . labelTranslationParameters , choice_translation_domain ) }}</option >
89
89
{%- endif -%}
90
90
{% endfor %}
91
91
{%- endblock choice_widget_options -%}
Original file line number Diff line number Diff line change 27
27
"symfony/asset" : " ^4.4|^5.0" ,
28
28
"symfony/dependency-injection" : " ^4.4|^5.0" ,
29
29
"symfony/finder" : " ^4.4|^5.0" ,
30
- "symfony/form" : " ^5.1.9 " ,
30
+ "symfony/form" : " ^5.3 " ,
31
31
"symfony/http-foundation" : " ^4.4|^5.0" ,
32
32
"symfony/http-kernel" : " ^4.4|^5.0" ,
33
33
"symfony/mime" : " ^5.2" ,
52
52
},
53
53
"conflict" : {
54
54
"symfony/console" : " <4.4" ,
55
- "symfony/form" : " <5.1 " ,
55
+ "symfony/form" : " <5.3 " ,
56
56
"symfony/http-foundation" : " <4.4" ,
57
57
"symfony/http-kernel" : " <4.4" ,
58
58
"symfony/translation" : " <5.2" ,
You can’t perform that action at this time.
0 commit comments