Symfony blog posts for July 2021
A Week of Symfony #760 (19-25 July 2021)
This week, Symfony development focused again on adding PHP types, which requires adding first all the missing return annotations in lower branches and then adding types to all private, internal, final and test methods in upper branches. In addition, the Logs panel of the Symfony Profiler was redesigned to make it more powerful and simpler to use.
July 25, 2021 · Published in #A week of symfonyA Week of Symfony #759 (12-18 July 2021)
This week, Symfony development activity focused on adding more types to private properties of all components in the upcoming 6.0 version. Meanwhile, Symfony 5.4 introduced a change to better differentiate between system and app cache directories.
July 18, 2021 · Published in #A week of symfonyA Week of Symfony #758 (5-11 July 2021)
This week, Symfony development activity focused on adding more types, including union types, to all components in the upcoming 6.0 version. Meanwhile, Symfony 5.4 added support for the scalar backed enumerations defined by PHP 8.1.
July 11, 2021 · Published in #A week of symfonyA Week of Symfony #757 (28 June - 4 July 2021)
This week, Symfony 4.4.26, 5.2.11 and 5.3.3 maintenance versions were released. Meanwhile, Symfony deprecated the configuration of tags on RegisterListenersPass and continued adding types, including union types when possible, across the entire codebase.
July 4, 2021 · Published in #A week of symfony