Skip to content

Commit 286631d

Browse files
committed
Added a blank line beteen definition list items
1 parent 776eaee commit 286631d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cookbook/bundles/best_practices.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,13 +395,17 @@ The ``composer.json`` file should include at least the following metadata:
395395
name and separates each word with an hyphen. For example: ``AcmeBlogBundle``
396396
is transformed into ``blog-bundle`` and ``AcmeSocialConnectBundle`` is
397397
transformed into ``social-connect-bundle``.
398+
398399
``description``
399400
A brief explanation of the purpose of the bundle.
401+
400402
``type``
401403
Use the ``symfony-bundle`` value.
404+
402405
``license``
403406
``MIT`` is the preferred license for Symfony bundles, but you can use any
404407
other license.
408+
405409
``autoload``
406410
This information is used by Symfony to load the classes of the bundle. The
407411
`PSR-4`_ autoload standard is recommended for modern bundles, but `PSR-0`_

0 commit comments

Comments
 (0)