File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 217
217
218
218
{{ widget | raw }}
219
219
<label {% for attrname , attrvalue in label_attr %} {{ attrname }}=" {{ attrvalue }}" {% endfor %}>
220
- {{ label is not same as (false ) ? (translation_domain is same as (false ) ? label : label | trans({}, translation_domain )) -}}
220
+ {{- label is not same as (false ) ? (translation_domain is same as (false ) ? label : label | trans({}, translation_domain )) -}}
221
221
{{- form_errors(form ) -}}
222
222
</label >
223
223
{%- endif -%}
Original file line number Diff line number Diff line change 23
23
"symfony/asset" : " ~2.8|~3.0|~4.0" ,
24
24
"symfony/dependency-injection" : " ~2.8|~3.0|~4.0" ,
25
25
"symfony/finder" : " ~2.8|~3.0|~4.0" ,
26
- "symfony/form" : " ~ 3.4|~ 4.0" ,
26
+ "symfony/form" : " ^ 3.4.5|^ 4.0.5 " ,
27
27
"symfony/http-foundation" : " ^3.3.11|~4.0" ,
28
28
"symfony/http-kernel" : " ~3.2|~4.0" ,
29
29
"symfony/polyfill-intl-icu" : " ~1.0" ,
41
41
"symfony/workflow" : " ~3.3|~4.0"
42
42
},
43
43
"conflict" : {
44
- "symfony/form" : " <3.4" ,
44
+ "symfony/form" : " <3.4.5 " ,
45
45
"symfony/console" : " <3.4"
46
46
},
47
47
"suggest" : {
You can’t perform that action at this time.
0 commit comments