Switch out readability.php (#1563)

This commit is contained in:
Marcel Klehr 2021-05-31 10:27:47 +02:00 committed by GitHub
parent d31eccff90
commit c98fe204b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 300 additions and 243 deletions

View File

@ -17,7 +17,7 @@
"symfony/process": "^4.4",
"symfony/routing": "^4.4",
"xantios/mimey": "^2.1",
"andreskrey/readability.php": "^2.1"
"marcelklehr/readability.php": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5",

535
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -7,9 +7,9 @@
namespace OCA\Bookmarks\Service;
use andreskrey\Readability\Configuration;
use andreskrey\Readability\ParseException;
use andreskrey\Readability\Readability;
use marcelklehr\Readability\Configuration;
use marcelklehr\Readability\ParseException;
use marcelklehr\Readability\Readability;
use Exception;
use GuzzleHttp\Client;
use GuzzleHttp\Psr7\Response;