Skip to content

Commit e1c5762

Browse files
nicolas-grekasfabpot
authored andcommitted
Test components using their lowest possible deps
1 parent 883f5bb commit e1c5762

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
},
2525
"require-dev": {
2626
"doctrine/collections": "~1.0",
27-
"symfony/validator": "~2.3.0",
27+
"symfony/validator": "~2.3.0,>=2.3.20",
28+
"symfony/translation": "~2.0,>=2.0.5",
2829
"symfony/http-foundation": "~2.2"
2930
},
3031
"suggest": {

0 commit comments

Comments
 (0)