Commit 4292cc0
committed
minor symfony#52190 [FrameworkBundle] Fix requiring moved translation compiler passes (fancyweb)
This PR was merged into the 6.4 branch.
Discussion
----------
[FrameworkBundle] Fix requiring moved translation compiler passes
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | symfony#52032 (comment)
| License | MIT
Those 2 also need to be required conditionally since symfony/translation is not a hard dependency of FWB.
Commits
-------
2b95681 [FrameworkBundle] Fix requiring moved translation compiler passes1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments