Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 460c9c4

Browse files
nicolas-grekasfabpot
authored andcommitted
Test components using their lowest possible deps
1 parent 9639dbe commit 460c9c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.3",
20-
"symfony/event-dispatcher": "~2.1",
20+
"symfony/event-dispatcher": "~2.2",
2121
"symfony/http-foundation": "~2.1",
2222
"symfony/http-kernel": "~2.1"
2323
},
2424
"require-dev": {
25-
"symfony/form": "~2.0",
25+
"symfony/form": "~2.0,>=2.0.5",
26+
"symfony/locale": "~2.0,>=2.0.5",
2627
"symfony/routing": "~2.2",
2728
"symfony/validator": "~2.2",
2829
"doctrine/common": "~2.2",

0 commit comments

Comments
 (0)