Skip to content

Commit

Permalink
Declare conflict with symfony/security-core v7
Browse files Browse the repository at this point in the history
It is missing the Symfony\Component\Security\Core\Security class
  • Loading branch information
scheb committed Dec 3, 2023
1 parent 4a69ff1 commit 6914f18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
"scheb/2fa-trusted-device": "^6.0"
},
"conflict": {
"scheb/two-factor-bundle": "*"
"scheb/two-factor-bundle": "*",
"symfony/security-core": "^7"
},
"config": {
"allow-plugins": {
Expand Down
3 changes: 2 additions & 1 deletion src/bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"scheb/2fa-trusted-device": "Trusted devices support"
},
"conflict": {
"scheb/two-factor-bundle": "*"
"scheb/two-factor-bundle": "*",
"symfony/security-core": "^7"
}
}

0 comments on commit 6914f18

Please sign in to comment.