From 9e2a3d01efa05053d2adb284766f9e71c21303bd Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Sat, 27 Apr 2019 10:04:46 +0200 Subject: [PATCH] fix flex installation instructions the recipe got moved to contributed recipes, we no longer have an alias and need to use the package name. --- integrations/symfony-bundle.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/symfony-bundle.rst b/integrations/symfony-bundle.rst index 67ca276..a2b452e 100644 --- a/integrations/symfony-bundle.rst +++ b/integrations/symfony-bundle.rst @@ -15,11 +15,11 @@ Installation Using Symfony Flex ------------------ -HttplugBundle is officially supported by `Symfony Flex`_ and available as the ``httplug`` alias. +HttplugBundle has a `Symfony Flex`_ recipe that will set it up with default configuration: .. code-block:: bash - $ composer require httplug + $ composer require php-http/httplug-bundle Without Symfony Flex --------------------