-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Symfony security-bundle regression error #32342
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
Comments
symfony/security-bundle: (v4.2.10) I am having the same problem with the latest update. As a temporary solution I have installed the templating component manually with composer.
|
@zspine thanks for temporary solution. Maybe this package need to be in require section of security-bundle not in require-dev, because i am installing dependencies without dev packages for production. |
Can you both confirm that #32379 fixes the issue? |
Works for me! |
Thanks for the confirmation. 👍 |
This PR was merged into the 3.4 branch. Discussion ---------- [SecurityBundle] conditionally register services | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #32342 | License | MIT | Doc PR | Commits ------- 8fbcdf2 conditionally register services
Symfony version(s) affected: 4..
Description
I have issue with latest update for symfony/security-bundle and symfony/config. Error message is:
This works well before last update and i see there was issue last year similar to this with explanation that templating is required, but i thath package is not in composer.json required packages of security-bundle.
How to reproduce
Update security-bundle to latest 4.2.3 version
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: