Skip to content

Commit

Permalink
Allow symfony security-csrf and asset 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Sep 2, 2020
1 parent 91330f2 commit a2666ec
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 @@ -34,7 +34,7 @@
"sonata-project/exporter": "^1.11 || ^2.0",
"sonata-project/form-extensions": "^0.1.1 || ^1.4",
"sonata-project/twig-extensions": "^0.1.1 || ^1.3",
"symfony/asset": "^4.4",
"symfony/asset": "^4.4 || ^5.1",
"symfony/config": "^4.4",
"symfony/console": "^4.4",
"symfony/dependency-injection": "^4.4.3",
Expand All @@ -52,7 +52,7 @@
"symfony/security-acl": "^3.1",
"symfony/security-bundle": "^4.4",
"symfony/security-core": "^4.4",
"symfony/security-csrf": "^4.4",
"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 a2666ec

Please sign in to comment.