composer dependency installation
[phinde.git] / README.rst
index 1633f8607638297aa778a39ced3de59a4a6a0b7a..f52e00175bb41212e6d4d7848b0e1422c5548b26 100644 (file)
@@ -54,11 +54,9 @@ Setup
 
      $ git clone https://git.cweiske.de/phinde.git phinde
 
 
      $ git clone https://git.cweiske.de/phinde.git phinde
 
-#. Install dependencies via PEAR::
+#. Install dependencies via composer::
 
 
-     $ pear install console_commandline net_url2
-     $ pear channel-discover pear.twig-project.org
-     $ pear install twig/Twig
+     $ composer install
 
 #. Point your webserver's document root to phinde's ``www`` directory
 #. Copy ``data/config.php.dist`` to ``data/config.php`` and adjust it.
 
 #. Point your webserver's document root to phinde's ``www`` directory
 #. Copy ``data/config.php.dist`` to ``data/config.php`` and adjust it.