removed beta versions for PEAR in the docs
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 5 May 2014 08:32:59 +0000 (10:32 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 5 May 2014 08:32:59 +0000 (10:32 +0200)
doc/installation.rst

index f2c75c7..b421a90 100644 (file)
@@ -58,7 +58,7 @@ Installing the PEAR package
 
 1. Install PEAR
 2. ``pear channel-discover pear.twig-project.org``
-3. ``pear install twig/Twig`` (or ``pear install twig/Twig-beta``)
+3. ``pear install twig/Twig``
 
 Installing the C extension
 --------------------------
@@ -85,7 +85,7 @@ runtime engine; install it like any other PHP extensions:
 
     1. Install PEAR
     2. ``pear channel-discover pear.twig-project.org``
-    3. ``pear install twig/CTwig`` (or ``pear install twig/CTwig-beta``)
+    3. ``pear install twig/CTwig``
 
 For Windows: