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 7f00345 commit 1f433daCopy full SHA for 1f433da
bundles/best_practices.rst
@@ -440,9 +440,8 @@ The ``composer.json`` file should include at least the following metadata:
440
a string (or array of strings) with a `valid license identifier`_, such as ``MIT``.
441
442
``autoload``
443
- This information is used by Symfony to load the classes of the bundle. The
444
- `PSR-4`_ autoload standard is recommended for modern bundles, but `PSR-0`_
445
- standard is also supported.
+ This information is used by Symfony to load the classes of the bundle. It's
+ recommended to use the `PSR-4`_ autoload standard.
446
447
In order to make it easier for developers to find your bundle, register it on
448
`Packagist`_, the official repository for Composer packages.
0 commit comments