From 7a172be53744e6e0b2adb00ecf32c53a23cca9c2 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 28 Apr 2017 16:04:08 -0700 Subject: [PATCH] added a note about the contrib repo --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 60ba0ce6..7a3c34e5 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,9 @@ Symfony Recipes Symfony recipes allow the automation of Composer packages configuration via the `Symfony Flex`_ Composer plugin. +This repository contains "official" recipes for Composer packages endorsed by +the Symfony Core Team. For contributed recipes, see the `contrib repository`_. + Creating Recipes ---------------- @@ -334,4 +337,5 @@ one used by ``symfony/framework-bundle``: } .. _`Symfony Flex`: https://github.com/symfony/flex +.. _`contrib repository`: https://github.com/symfony/recipes-contrib .. _`Symfony Console styles and colors`: https://symfony.com/doc/current/console/coloring.html