When you run composer update and some packages break after the update, you can revert your project to the previous working state. Here’s how to handle it:
1. Check composer.lock file
After running composer update, the composer.lock file gets updated with the new versions of your dependencies. If things break, you can use Git to
[…]