From ec133d831d57307ac4dc4049647bae14d17182a3 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Thu, 28 Mar 2019 17:12:57 +0100 Subject: [PATCH] Updated flex alias --- 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 562dc60..dcb07f8 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 ``http`` alias. +HttplugBundle is officially supported by `Symfony Flex`_ and available as the ``httplug`` alias. .. code-block:: bash - $ composer require http + $ composer require httplug Without Symfony Flex --------------------