Skip to content

Commit

Permalink
Allow symfony security csrf and core 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Sep 1, 2020
1 parent 91330f2 commit 6973394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"symfony/routing": "^4.4",
"symfony/security-acl": "^3.1",
"symfony/security-bundle": "^4.4",
"symfony/security-core": "^4.4",
"symfony/security-csrf": "^4.4",
"symfony/security-core": "^4.4 || ^5.1",
"symfony/security-csrf": "^4.4 || ^5.1",
"symfony/string": "^5.1",
"symfony/translation": "^4.4",
"symfony/twig-bridge": "^4.4",
Expand Down

0 comments on commit 6973394

Please sign in to comment.