-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[SecurityBundle] Use Composer InstalledVersions
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SecurityBundle] Use Composer InstalledVersions
to check if flex is installed
#58643
Conversation
Appveyor build failure appears unrelated |
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Show resolved
Hide resolved
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.php
Show resolved
Hide resolved
InstalledVersions
to check if flex is installed
…of existence of InstallRecipesCommand
74a5f3d
to
5f8eb21
Compare
Thank you @andyexeter. |
As discussed in #58624, this fixes a class not found error which is thrown when security bundle config is missing.