minor #2778 Remove mention of the Twig C extension (yesdevnull)

This PR was merged into the 2.x branch.

Discussion
----------

Remove mention of the Twig C extension

As per #2318 there's no additional installation methods so it should be removed from the intro page.

Commits
-------

434589bd Remove mention of the Twig C extension
This commit is contained in:
Fabien Potencier
2018-11-30 07:19:08 +01:00
-6
View File
@@ -39,12 +39,6 @@ The recommended way to install Twig is via Composer:
composer require "twig/twig:^2.0"
.. note::
To learn more about the other installation methods, read the
:doc:`installation<installation>` chapter; it also explains how to install
the Twig C extension.
Basic API Usage
---------------