Commit b8e7bb5
committed
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 dependencies1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments