Skip to content

Commit ab17e64

Browse files
Fix security/* cross-dependencies
1 parent 5a647ce commit ab17e64

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
@@ -27,7 +27,7 @@
2727
},
2828
"require-dev": {
2929
"symfony/routing": "~2.2|~3.0.0",
30-
"symfony/security-csrf": "~2.4|~3.0.0",
30+
"symfony/security-csrf": "^2.8.31|^3.3.13",
3131
"psr/log": "~1.0"
3232
},
3333
"suggest": {

0 commit comments

Comments
 (0)