X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/b187bb677361d17a468abf749332d081a194b4bd..0ea00a5f93f7a0ab1c52020ab75aa15bd190497f:/src/Tweeper.php diff --git a/src/Tweeper.php b/src/Tweeper.php index 73cbe81..93ac9e0 100644 --- a/src/Tweeper.php +++ b/src/Tweeper.php @@ -6,7 +6,7 @@ namespace Tweeper; * @file * Tweeper - a Twitter to RSS web scraper. * - * Copyright (C) 2013-2015 Antonio Ospite + * Copyright (C) 2013-2016 Antonio Ospite * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,8 +25,6 @@ namespace Tweeper; use DOMDocument; use XSLTProcessor; -require_once 'Symfony/Component/Serializer/autoload.php'; - use Symfony\Component\Serializer\Serializer; use Symfony\Component\Serializer\Encoder\XmlEncoder; use Symfony\Component\Serializer\Normalizer\ObjectNormalizer;