We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870e005 commit ec76e34Copy full SHA for ec76e34
service_container/3.3-di-changes.rst
@@ -1,7 +1,7 @@
1
The Symfony 3.3 DI Container Changes Explained (autowiring, _defaults, etc)
2
===========================================================================
3
4
-If you look at the ``services.yml`` file in a new Symfony >= 3.3 project, you'll
+If you look at the ``services.yml`` file in a new Symfony 3.3 or newer project, you'll
5
notice some big changes: ``_defaults``, ``autowiring``, ``autoconfigure`` and more.
6
These features are designed to *automate* configuration and make development faster,
7
without sacrificing predictability, which is very important! Another goal is to make
0 commit comments