Skip to content

Commit 9311dbb

Browse files
nicolas-grekasfabpot
authored andcommitted
Test components using their lowest possible deps
1 parent 6af21fe commit 9311dbb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,17 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.3",
20-
"doctrine/common": "~2.2"
20+
"doctrine/common": "~2.3"
2121
},
2222
"require-dev": {
2323
"symfony/stopwatch": "~2.2",
24-
"symfony/dependency-injection": "~2.0",
25-
"symfony/form": "~2.2",
24+
"symfony/dependency-injection": "~2.0,>=2.0.5",
25+
"symfony/form": "~2.3,>=2.3.8",
2626
"symfony/http-kernel": "~2.2",
27+
"symfony/property-access": "~2.3",
2728
"symfony/security": "~2.2",
28-
"symfony/validator": "~2.3.0",
29+
"symfony/validator": "~2.3.0,>=2.3.20",
30+
"symfony/translation": "~2.0,>=2.0.5",
2931
"doctrine/data-fixtures": "1.0.*",
3032
"doctrine/dbal": "~2.2",
3133
"doctrine/orm": "~2.2,>=2.2.3"

0 commit comments

Comments
 (0)