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:
395
395
name and separates each word with an hyphen. For example: ``AcmeBlogBundle ``
396
396
is transformed into ``blog-bundle `` and ``AcmeSocialConnectBundle `` is
397
397
transformed into ``social-connect-bundle ``.
398
+
398
399
``description ``
399
400
A brief explanation of the purpose of the bundle.
401
+
400
402
``type ``
401
403
Use the ``symfony-bundle `` value.
404
+
402
405
``license ``
403
406
``MIT `` is the preferred license for Symfony bundles, but you can use any
404
407
other license.
408
+
405
409
``autoload ``
406
410
This information is used by Symfony to load the classes of the bundle. The
407
411
`PSR-4 `_ autoload standard is recommended for modern bundles, but `PSR-0 `_
You can’t perform that action at this time.
0 commit comments