Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Closed
Description
extra.symfony.require is useful to lock dependencies to a LTS release, like6.4.*:
- https://symfonycasts.com/screencast/symfony5-upgrade/flex-symfony-require#extra-symfony-require
- https://stackoverflow.com/questions/59166939/how-composer-extra-symfony-require-restriction-is-enforced
Yet it's mentioned only once in the doc about the bundles:https://symfony.com/doc/current/bundles/best_practices.html#require-a-specific-symfony-version
Is this feature still actively supported? Update: this parameter is added when runningsymfony new my_project_directory --version=lts so it looks like this feature is still supported.
Is it worth opening a PR to explain how to use it?