You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#58643 [SecurityBundle] Use Composer InstalledVersions to check if flex is installed (andyexeter)
This PR was submitted for the 7.1 branch but it was merged into the 7.2 branch instead.
Discussion
----------
[SecurityBundle] Use Composer `InstalledVersions` to check if flex is installed
| Q | A
| ------------- | ---
| Branch? | 7.1
| Bug fix? | yes
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Issues | Fixsymfony#58624 <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License | MIT
As discussed in symfony#58624, this fixes a class not found error which is thrown when security bundle config is missing.
Commits
-------
5f8eb21 Use Composer InstalledVersions to check if flex is installed instead of existence of InstallRecipesCommand
0 commit comments