From: Antonio Ospite <ao2@ao2.it>
Date: Fri, 13 May 2016 16:00:04 +0000 (+0200)
Subject: Use the Symfony Serializer component instead of the PEAR XML_Serializer
X-Git-Tag: v0.5~2
X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/84dc8897a796b91632cee1e0d736f811978022f6?ds=sidebyside;hp=84dc8897a796b91632cee1e0d736f811978022f6

Use the Symfony Serializer component instead of the PEAR XML_Serializer

XML_Serializer is old and unmaintained, and it is going to be removed
from Debian, so use a more robust and supported alternative.
---