Skip to content

Commit 8433b22

Browse files
author
Sander De la Marche
committed
Merge branch 'master' of github.com:sumocoders/FrameworkCoreBundle
2 parents 4acaba1 + 86ac332 commit 8433b22

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@
2323
"require": {
2424
"php": "^8.0",
2525
"gedmo/doctrine-extensions": "^3",
26-
"friendsofsymfony/jsrouting-bundle": "^2",
26+
"friendsofsymfony/jsrouting-bundle": "^3",
2727
"knplabs/knp-menu-bundle": "^3.0",
2828
"sensio/framework-extra-bundle": "^6.1",
29-
"symfony/form": "^5.3 || 6.0",
30-
"symfony/asset": "^5.3 || 6.0",
31-
"symfony/console": "^5.3 || 6.0",
32-
"symfony/security-bundle": "^5.3 || 6.0",
33-
"symfony/translation": "^5.3 || 6.0",
34-
"symfony/twig-bundle": "^5.3 || 6.0",
29+
"symfony/form": "^6.0",
30+
"symfony/asset": "^6.0",
31+
"symfony/console": "^6.0",
32+
"symfony/security-bundle": "^6.0",
33+
"symfony/translation": "^6.0",
34+
"symfony/twig-bundle": "^6.0",
3535
"twig/inky-extra": "^3.3",
3636
"twig/cssinliner-extra": "^3.3",
3737
"twig/extra-bundle": "^3.3"
3838
},
3939
"require-dev": {
4040
"roave/security-advisories": "dev-master",
4141
"symfony/phpunit-bridge": "^6.0",
42-
"friendsoftwig/twigcs": "^5.0",
42+
"friendsoftwig/twigcs": "^6.0",
4343
"symfony/maker-bundle": "^1.0"
4444
},
4545
"autoload": {

templates/Form/fields.html.twig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
{%- set parent_label_class = parent_label_class|default(label_attr.class|default('')) -%}
66
{% if label is empty %}
77
{% set label = name|humanize|trans({}, translation_domain)|ucfirst %}
8-
{% else %}
9-
{% set label = label|trans({}, translation_domain)|ucfirst %}
108
{% endif %}
119
{%- if compound is defined and compound -%}
1210
{%- set element = 'legend' -%}

0 commit comments

Comments
 (0)