X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/44f33491eb6a10a5860489cf75c52cc7456ca53c..24e7b22d085b248c4c649d60f8c97b01b7b64ef0:/INSTALL?ds=inline

diff --git a/INSTALL b/INSTALL
index a2e602d..6c19099 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,12 @@
 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-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