[doc] fixed Composer section of the introduction. Added a side note to the Composer...
authorHugo Hamon <hugo.hamon@sensio.com>
Fri, 25 May 2012 20:16:33 +0000 (22:16 +0200)
committerHugo Hamon <hugo.hamon@sensio.com>
Mon, 28 May 2012 06:30:24 +0000 (08:30 +0200)
doc/intro.rst

index f75ff19..f9dc226 100644 (file)
@@ -68,7 +68,7 @@ Installing via Composer
 
     {
         "require": {
-            "twig/twig": "1.6.0"
+            "twig/twig": "1.*"
         }
     }
 
@@ -78,6 +78,10 @@ Installing via Composer
 
     php composer.phar install
 
+.. note::
+    If you want to learn more about Composer, the ``composer.json`` file syntax
+    and its usage, you can read the `online documentation`_.
+
 Installing the C extension
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -152,4 +156,5 @@ filesystem loader::
     echo $twig->render('index.html', array('name' => 'Fabien'));
 
 .. _`download page`: https://github.com/fabpot/Twig/tags
+.. _`online documentation`: http://getcomposer.org/doc
 .. _`pre-build DLL`: https://github.com/stealth35/stealth35.github.com/downloads