Commit b7b3e20
committed
bug #62411 [HttpKernel] Conflict with symfony/flex < 2.10 (nicolas-grekas)
This PR was merged into the 7.4 branch.
Discussion
----------
[HttpKernel] Conflict with symfony/flex < 2.10
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
symfony/flex#1070 is a mandatory fix to have the new `APP_SHARE_DIR` env var work correctly.
This will also encourage people to change their flex requirement: at the moment, it's very easy to forget to bump to `^2` when your project already has a `^1` constraint. Yet, flex v1 isn't maintained anymore.
Commits
-------
af9703c [HttpKernel] Conflict with symfony/flex < 2.102 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
| 185 | + | |
185 | 186 | | |
186 | 187 | | |
187 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments