Skip to content

Commit

Permalink
Fixed security-* package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed May 27, 2020
1 parent 8b5dfb9 commit e3d9b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Symfony/Bundle/SecurityBundle/composer.json
Expand Up @@ -23,9 +23,9 @@
"symfony/event-dispatcher": "^5.1",
"symfony/http-kernel": "^5.0",
"symfony/polyfill-php80": "^1.15",
"symfony/security-core": "^4.4|^5.0",
"symfony/security-core": "^5.1",
"symfony/security-csrf": "^4.4|^5.0",
"symfony/security-guard": "^4.4|^5.0",
"symfony/security-guard": "^5.1",
"symfony/security-http": "^5.1"
},
"require-dev": {
Expand Down

0 comments on commit e3d9b25

Please sign in to comment.