Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[SecurityBundle] Use ComposerInstalledVersions
to check if flex is installed#58643
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[SecurityBundle] Use ComposerInstalledVersions
to check if flex is installed#58643
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Appveyor build failure appears unrelated |
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
In other places, we perform the |
@stof could you point me in the direction of where that is done? I can't find any reference to the @nicolas-grekas is anything blocking this being merged? |
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
InstalledVersions
to check if flex is installed…of existence of InstallRecipesCommand
74a5f3d
to5f8eb21
CompareThank you@andyexeter. |
d0ce2d6
intosymfony:7.2Uh oh!
There was an error while loading.Please reload this page.
As discussed in#58624, this fixes a class not found error which is thrown when security bundle config is missing.