Professional Blog

A few things I've been up to

Dec 21, 2022 - 1 minute read

The excellence of Symfony deprecations

Based on my Reddit comment:

One of the most impressive things about Symfony are the deprecation warnings - it will tell you what needs to be changed or upgraded ahead of time (the only time I’ve seen otherwise was a security fix). I’d suggest a quick look at the framework updates as and when they are released to keep up to date with things, to give you plenty of time to update before the next minor/major releases.

Bug-fixes & the minor updates are easy to do for almost all the packages, and doing small upgrades frequently will be a lot easier than large upgrades only every couple of years.

For the upgrades themselves, there’s rector/rector-symfony which can do a lot - for updating code using the the framework - as well as other Rector packages for PHP itself and for common libraries and tools.