X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/83e3d32aef594695104c8715bce3de9a1c9ea042..7883a9a94cac5b7eb5dd2a5906841fa516eac7f2:/INSTALL

diff --git a/INSTALL b/INSTALL
index bb71797..7c9ccc1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,6 +2,17 @@ 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
 
+NOTES FOR PACKAGERS
+
+Even though the php json extensions are used, namely json_decode(), a direct
+dependency on php-json is not usually strictly necessary, because (at least on
+Debian) php-cli already depends on it.
+
 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.
+for some sites which provide the timeline data in json rather than in directly
+transformable html.
+
+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