mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 04:16:24 +03:00
See https://github.com/symfony/recipes-contrib/issues/1076#issuecomment-758502196
27 lines
850 B
ReStructuredText
27 lines
850 B
ReStructuredText
Symfony Recipes (Contrib)
|
|
=========================
|
|
|
|
Symfony recipes allow the automation of Composer packages configuration via the
|
|
`Symfony Flex`_ Composer plugin.
|
|
|
|
This repository hosts contributed recipes for Composer packages that are not
|
|
part of the "official" `Symfony recipes`_. To enable recipes defined in this
|
|
repository for your project, run the following command:
|
|
|
|
.. code-block:: bash
|
|
|
|
composer config extra.symfony.allow-contrib true
|
|
|
|
Contributing
|
|
------------
|
|
|
|
For more information about contributing a recipe, read the `documentation`_ on
|
|
the main repository.
|
|
|
|
Unlike for official recipes, the pull requests for new contrib recipes are
|
|
managed by the community.
|
|
|
|
.. _`Symfony Flex`: https://github.com/symfony/flex
|
|
.. _`Symfony recipes`: https://github.com/symfony/recipes
|
|
.. _`documentation`: https://github.com/symfony/recipes
|