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 2da0fd8 commit 5b8698cCopy full SHA for 5b8698c
bundles/best_practices.rst
@@ -412,8 +412,7 @@ The ``composer.json`` file should include at least the following metadata:
412
Use the ``symfony-bundle`` value.
413
414
``license``
415
- ``MIT`` is the preferred license for Symfony bundles, but you can use any
416
- license.
+ a string (or array of strings) with a `valid license identifier`_, such as ``MIT``.
417
418
``autoload``
419
This information is used by Symfony to load the classes of the bundle. The
@@ -498,3 +497,4 @@ Learn more
498
497
.. _`Semantic Versioning Standard`: http://semver.org/
499
.. _`Packagist`: https://packagist.org/
500
.. _`choose any license`: http://choosealicense.com/
+.. _`valid license identifier`: https://spdx.org/licenses/
0 commit comments