Skip to content

Commit ee73329

Browse files
[travis] Fix deps=high jobs
1 parent fd316fe commit ee73329

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.3",
20-
"symfony/dependency-injection" : "~2.3",
21-
"symfony/config" : "~2.3,>=2.3.12",
20+
"symfony/dependency-injection": "~2.3",
21+
"symfony/config": "~2.3,>=2.3.12",
2222
"symfony/event-dispatcher": "~2.1",
2323
"symfony/http-foundation": "~2.3,>=2.3.19",
2424
"symfony/http-kernel": "~2.3,>=2.3.22",
@@ -38,7 +38,7 @@
3838
"symfony/finder": "~2.0,>=2.0.5",
3939
"symfony/intl": "~2.3",
4040
"symfony/security": "~2.3",
41-
"symfony/form": "~2.3.0,>=2.3.5",
41+
"symfony/form": "~2.3.31",
4242
"symfony/class-loader": "~2.1",
4343
"symfony/process": "~2.0,>=2.0.5",
4444
"symfony/validator": "~2.1",

0 commit comments

Comments
 (0)