Skip to content

Commit c81cf18

Browse files
committed
fixed Composer constraints
1 parent 3334830 commit c81cf18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"symfony/http-foundation": "~2.2|~3.0.0",
3131
"symfony/http-kernel": "~2.4|~3.0.0",
3232
"symfony/security-csrf": "~2.4|~3.0.0",
33-
"symfony/translation": "~2.0,>=2.0.5|~3.0.0"
33+
"symfony/translation": "^2.0.5|~3.0.0"
3434
},
3535
"conflict": {
3636
"symfony/doctrine-bridge": "<2.7",

0 commit comments

Comments
 (0)