Symfony Core Team Updates
The Symfony Core Team grows!
New in Symfony 3.4: Lazy commands
In Symfony 3.4, console commands can be lazy-loaded, so the application doesn't have to instantiate all of them when running any command.
New in Symfony 3.4: Stopwatch improvements
In Symfony 3.4, the Stopwatch component allows to reset all its time measures and removes the sub-millisecond restriction to allow time measures with arbitrary precision.
New in Symfony 3.4: Validator information in the Symfony profiler
In Symfony 3.4, the web debug toolbar and the profiler will include a new panel to collect information about validator calls.