From c5f5b8912b5c50033fecc3cbe3768721847345fb Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 8 Dec 2012 09:25:13 +0100 Subject: [PATCH] added a note about the PEAR package --- doc/deprecated.rst | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/doc/deprecated.rst b/doc/deprecated.rst index 9e96c26..d905487 100644 --- a/doc/deprecated.rst +++ b/doc/deprecated.rst @@ -18,3 +18,9 @@ Extensions * The ability to remove an extension is deprecated and the ``Twig_Environment::removeExtension()`` method will be removed in 2.0. + +PEAR +---- + +PEAR support will be discontinued in Twig 2.0, and no PEAR packages will be +provided. Use Composer instead. -- 1.7.2.5