Skip to content

Commit d1aa96f

Browse files
[2.8] Fix lowest deps
1 parent aaf5196 commit d1aa96f

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
@@ -20,11 +20,11 @@
2020
"symfony/asset": "~2.7|~3.0.0",
2121
"symfony/dependency-injection" : "~2.8",
2222
"symfony/config" : "~2.4",
23-
"symfony/event-dispatcher": "~2.5|~3.0.0",
23+
"symfony/event-dispatcher": "~2.8|~3.0.0",
2424
"symfony/http-foundation": "~2.4.9|~2.5,>=2.5.4|~3.0.0",
2525
"symfony/http-kernel": "~2.7|~3.0.0",
2626
"symfony/filesystem": "~2.3|~3.0.0",
27-
"symfony/routing": "~2.6,>2.6.4|~3.0.0",
27+
"symfony/routing": "~2.8|~3.0.0",
2828
"symfony/security-core": "~2.6|~3.0.0",
2929
"symfony/security-csrf": "~2.6|~3.0.0",
3030
"symfony/stopwatch": "~2.3|~3.0.0",

0 commit comments

Comments
 (0)