Skip to content

Commit 45251b6

Browse files
nicolas-grekasfabpot
authored andcommitted
Test components using their lowest possible deps
1 parent 5f98986 commit 45251b6

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

composer.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,22 @@
1818
"require": {
1919
"php": ">=5.3.3",
2020
"symfony/event-dispatcher": "~2.1",
21-
"symfony/http-foundation": "~2.2",
21+
"symfony/http-foundation": "~2.3,>=2.3.4",
2222
"symfony/debug": "~2.3",
2323
"psr/log": "~1.0"
2424
},
2525
"require-dev": {
26-
"symfony/browser-kit": "~2.2",
26+
"symfony/browser-kit": "~2.3",
2727
"symfony/class-loader": "~2.1",
28-
"symfony/config": "~2.0",
28+
"symfony/config": "~2.0,>=2.0.5",
2929
"symfony/console": "~2.2",
30-
"symfony/dependency-injection": "~2.0",
31-
"symfony/finder": "~2.0",
32-
"symfony/process": "~2.0",
30+
"symfony/css-selector": "~2.0,>=2.0.5",
31+
"symfony/dependency-injection": "~2.2",
32+
"symfony/dom-crawler": "~2.0,>=2.0.5",
33+
"symfony/finder": "~2.0,>=2.0.5",
34+
"symfony/process": "~2.0,>=2.0.5",
3335
"symfony/routing": "~2.2",
34-
"symfony/stopwatch": "~2.2",
36+
"symfony/stopwatch": "~2.3",
3537
"symfony/templating": "~2.2"
3638
},
3739
"suggest": {

0 commit comments

Comments
 (0)