File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 `_
You can’t perform that action at this time.
0 commit comments