Skip to content

Commit 9a5f81d

Browse files
Fix security/* cross-dependencies
1 parent acb539e commit 9a5f81d

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/dependency-injection": "~2.7|~3.0.0",
3131
"symfony/http-foundation": "~2.2|~3.0.0",
3232
"symfony/http-kernel": "~2.4|~3.0.0",
33-
"symfony/security-csrf": "~2.4|~3.0.0",
33+
"symfony/security-csrf": "^2.8.31|^3.3.13",
3434
"symfony/translation": "^2.0.5|~3.0.0"
3535
},
3636
"conflict": {

0 commit comments

Comments
 (0)