Skip to content

Commit

Permalink
Fix Symfony 5 compatibility by splitting Security component dependenc…
Browse files Browse the repository at this point in the history
…ies (#25)

Co-authored-by: Rasmus Nilsson <rasmus.nilsson@lokalguiden.se>
  • Loading branch information
rasmustnilsson and Rasmus Nilsson committed Jun 29, 2021
1 parent 6138b92 commit da30603
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -14,7 +14,8 @@
"psr/log": "^1.0",
"symfony/event-dispatcher": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.0",
"symfony/security": "^4.4.1 || ^5.0"
"symfony/security-core": "^4.4 || ^5.0",
"symfony/security-http": "^4.4.1 || ^5.0"
},
"autoload": {
"psr-4": { "Jmikola\\AutoLogin\\": "src/" }
Expand Down

0 comments on commit da30603

Please sign in to comment.