Skip to content

Commit 1f433da

Browse files
committed
Fixed a missing reference
1 parent 7f00345 commit 1f433da

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

bundles/best_practices.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,9 +440,8 @@ The ``composer.json`` file should include at least the following metadata:
440440
a string (or array of strings) with a `valid license identifier`_, such as ``MIT``.
441441

442442
``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.
443+
This information is used by Symfony to load the classes of the bundle. It's
444+
recommended to use the `PSR-4`_ autoload standard.
446445

447446
In order to make it easier for developers to find your bundle, register it on
448447
`Packagist`_, the official repository for Composer packages.

0 commit comments

Comments
 (0)