diff --git a/doc/intro.rst b/doc/intro.rst index 6afde65bb..fb682503f 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -37,7 +37,7 @@ The recommended way to install Twig is via Composer: .. code-block:: bash - composer require "twig/twig:~2.0" + composer require "twig/twig:^2.0" .. note::