Skip to content

Commit c4fc0f1

Browse files
bug #29926 [Form] Changed UrlType input type to text when default_protocol is not null (MatTheCat)
This PR was merged into the 3.4 branch. Discussion ---------- [Form] Changed UrlType input type to text when default_protocol is not null | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #29690 | License | MIT | Doc PR | replaces #29691 Commits ------- 2791edf1fb [Form] Changed UrlType input type to text when default_protocol is not null
2 parents 2892b1d + 9f285e9 commit c4fc0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"symfony/css-selector": "~2.8|~3.0|~4.0",
4040
"symfony/dom-crawler": "~2.8|~3.0|~4.0",
4141
"symfony/polyfill-intl-icu": "~1.0",
42-
"symfony/form": "~3.4|~4.0",
42+
"symfony/form": "^3.4.22|~4.1.11|^4.2.3",
4343
"symfony/expression-language": "~2.8|~3.0|~4.0",
4444
"symfony/process": "~2.8|~3.0|~4.0",
4545
"symfony/security-core": "~3.2|~4.0",

0 commit comments

Comments
 (0)