As per https://github.com/twigphp/Twig/pull/2318
... | ... |
@@ -39,12 +39,6 @@ The recommended way to install Twig is via Composer: |
39 | 39 |
|
40 | 40 |
composer require "twig/twig:^2.0" |
41 | 41 |
|
42 |
-.. note:: |
|
43 |
- |
|
44 |
- To learn more about the other installation methods, read the |
|
45 |
- :doc:`installation<installation>` chapter; it also explains how to install |
|
46 |
- the Twig C extension. |
|
47 |
- |
|
48 | 42 |
Basic API Usage |
49 | 43 |
--------------- |
50 | 44 |
|