X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/cfa97246db710911554532b4a6f88f6b5e5cb6b0..a64eae45e81a5bb654553df0f3d1b204de39c199:/INSTALL

diff --git a/INSTALL b/INSTALL
index d575bb1..6c19099 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,5 +2,11 @@ The recommended way to install tweeper globally is to install all its files
 under /usr/share/php/tweeper and then make a symlink to the wrapper script
 "tweeper" under /usr/bin
 
-Tweeper depends on php-xml-serializer which is used to convert json to xml for
-some sites that provide the timeline data in json rather than in usable html.
+Tweeper depends on php-symfony-serializer which is used to convert json to xml
+for some sites which provide the timeline data in json rather than in usable
+html.
+
+NOTE: Tweeper also depends indirectly on php-symfony-property-access because
+the code relies on the ObjectNormalizer class which requires the
+PropertyAccess component, see
+http://symfony.com/doc/current/components/serializer.html#installation