Useful commands:
composer outdated
(check for outdated packages);composer why-not
(check for version constraints not allowing us to upgrade);composer recipes:update
- update symfony-packages automatically;
In order to upgrade symfony to a new version, consider following 3-step the scenario:
Step 1: