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 #16321 Fix the FrameworkBundle dependencies (stof)
This PR was merged into the 2.8 branch.
Discussion
----------
Fix the FrameworkBundle dependencies
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | n/a
| License | MIT
| Doc PR | n/a
Due to the new ClassCacheCacheWarmer, the ClassLoader component is now a
required dependency of the bundle.
See the current test failures for component builds (TwigBundle and SecurityBundle tests are triggering fatal errors because of the missing class)
Commits
-------
02584c2 Fix the FrameworkBundle dependencies
0 commit comments