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 #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.10
0 commit comments