1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 12:51:28 +00:00

pull latest readability-php via composer

This commit is contained in:
Nils Gotzhein
2021-08-17 22:18:46 +02:00
parent a73e3bec45
commit b6b6771d8d
415 changed files with 304 additions and 309 deletions

View File

@@ -6,6 +6,6 @@ $vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'andreskrey\\Readability\\' => array($vendorDir . '/andreskrey/readability.php/src'),
'andreskrey\\Readability\\' => array($vendorDir . '/fivefilters/readability.php/src'),
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
);