added a simple README file

This commit is contained in:
Fabien Potencier
2017-04-28 15:08:59 -07:00
parent 3dba6fb3bf
commit 7ab4c34e1c
+20
View File
@@ -0,0 +1,20 @@
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 this repository in your
project, run the following command:
.. code-block:: bash
composer config extra.symfony.allow-contrib true
For more information about contributing a recipe, read the `documentation`_ on
the main repository.
.. _`Symfony Flex`: https://github.com/symfony/flex
.. _`Symfony recipes`: https://github.com/symfony/recipes
.. _`documentation`: https://github.com/symfony/recipes