Filter posts by Symfony release
The PHPUnitBridge component is mostly used for its "deprecation helper" which detects the deprecated Symfony features used by your application. In Symfony 3.1, the deprecation helper has been improved to help you find and fix deprecations more easily.
April 18, 2016
#Living on the edge
The Serializer component has been greatly improved in Symfony 3.1. The DateTime normalizer is one of its many new features.
April 15, 2016
#Living on the edge
Symfony 3.1 will improve the security profiler panel to display the list of security voters and the full log of access decisions made during the rendering of the page.
April 14, 2016
#Living on the edge
Symfony 3.1 adds a feature to mock the network in DNS sensitive tests. This reduces the risk of having transient tests, which fail randomly and make your test suite unreliable.
April 13, 2016
#Living on the edge
In Symfony 3.1, a new DataUriNormalizer has been added to turn file objects into data:URI strings.
April 11, 2016
#Living on the edge
In Symfony 3.1, the Web Debug Toolbar and the Profiler have introduced lots of
new features. The major new features will be explained in upcoming blog posts,
so in this article we'll focus on smaller but useful changes that will improve
your day-to-day work.
April 8, 2016
#Living on the edge
The Process component of Symfony 3.1 has added new features to simplify process output streaming and to allow streaming the input provided to processes.
April 7, 2016
#Living on the edge
In Symfony 3.1, the Table helper of the Console component lets you define the width of any or all the table columns to have a better control of the table design.
April 6, 2016
#Living on the edge
In Symfony 3.1, the Image validation constraint defines a new configuration option to detect images which are corrupted.
April 5, 2016
#Living on the edge
A quick recap of the best new features introduced in Symfony 2.8 and available in Symfony 3.0.
March 16, 2016
#Living on the edge