summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-17 22:03:46 +0100
committerGitHub <noreply@github.com>2022-11-17 22:03:46 +0100
commit92ebe4a836a478e39e06f5c84b84bcf027351426 (patch)
tree2cc83465f0e1797106fe9b0a6eb4a7adac29b508 /lib
parent90a3b239b8948c7351cca16c2f92ee3a1dea53f6 (diff)
Bump fivefilters/readability.php from 2.1.0 to 3.1.0 (#1989)
* Bump fivefilters/readability.php from 2.1.0 to 3.1.0 Bumps [fivefilters/readability.php](https://github.com/fivefilters/readability.php) from 2.1.0 to 3.1.0. - [Release notes](https://github.com/fivefilters/readability.php/releases) - [Changelog](https://github.com/fivefilters/readability.php/blob/master/CHANGELOG.md) - [Commits](https://github.com/fivefilters/readability.php/compare/v2.1.0...v3.1.0) --- updated-dependencies: - dependency-name: fivefilters/readability.php dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * update Authors Signed-off-by: Benjamin Brahmer <info@b-brahmer.de> * Change namespace for fivefilters Signed-off-by: Benjamin Brahmer <info@b-brahmer.de> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Benjamin Brahmer <info@b-brahmer.de> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/Scraper/Scraper.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Scraper/Scraper.php b/lib/Scraper/Scraper.php
index 9d1c3ffe7..5deac358e 100644
--- a/lib/Scraper/Scraper.php
+++ b/lib/Scraper/Scraper.php
@@ -11,9 +11,9 @@
namespace OCA\News\Scraper;
-use andreskrey\Readability\Readability;
-use andreskrey\Readability\Configuration;
-use andreskrey\Readability\ParseException;
+use fivefilters\Readability\Readability;
+use fivefilters\Readability\Configuration;
+use fivefilters\Readability\ParseException;
use Psr\Log\LoggerInterface;
class Scraper implements IScraper