Thanks to visit codestin.com Credit goes to github.com
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 9981193 commit fa0b902Copy full SHA for fa0b902
cookbook/bundles/best_practices.rst
@@ -346,8 +346,8 @@ The ``composer.json`` file should include at least the following metadata:
346
* ``license``, ``MIT`` is the preferred license for Symfony bundles, but you
347
can use any other value.
348
* ``autoload``, this information is used by Symfony to load the classes of the
349
-bundle. The `PSR-4`_ autoload standard is recommended for modern bundles, but
350
-`PSR-0`_ standard is also supported.
+ bundle. The `PSR-4`_ autoload standard is recommended for modern bundles, but
+ `PSR-0`_ standard is also supported.
351
352
In order to make it easier for developers to find your bundle, register it on
353
`Packagist`_, the official repository for Composer packages.
0 commit comments