Skip to content

Commit 52e2b2b

Browse files
nicolas-grekasfabpot
authored andcommitted
Test components using their lowest possible deps
1 parent 07255a8 commit 52e2b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.3",
20-
"symfony/translation": "~2.0"
20+
"symfony/translation": "~2.0,>=2.0.5"
2121
},
2222
"require-dev": {
2323
"symfony/http-foundation": "~2.1",
2424
"symfony/intl": "~2.3",
25-
"symfony/yaml": "~2.0",
25+
"symfony/yaml": "~2.0,>=2.0.5",
2626
"symfony/config": "~2.2"
2727
},
2828
"suggest": {

0 commit comments

Comments
 (0)