From 7ab4c34e1c2fe01081e51074a88f680f606e94fa Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 28 Apr 2017 15:08:59 -0700 Subject: [PATCH] added a simple README file --- README.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 00000000..f8c9e361 --- /dev/null +++ b/README.rst @@ -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