Skip to content

Commit 2660f64

Browse files
committed
TE-3688 Symfony Form must be below 4.
1 parent 7c8ed18 commit 2660f64

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
@@ -10,7 +10,7 @@
1010
"symfony/debug": "^3.0.0 || ^4.0.0",
1111
"symfony/filesystem": "^3.0.0 || ^4.0.0",
1212
"symfony/finder": "^3.0.0 || ^4.0.0",
13-
"symfony/form": "^3.0.0 || ^4.0.0",
13+
"symfony/form": "^3.0.0",
1414
"symfony/http-kernel": "^3.0.0",
1515
"symfony/intl": "^3.0.0 || ^4.0.0",
1616
"symfony/options-resolver": "^3.0.0 || ^4.0.0",

0 commit comments

Comments
 (0)