1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +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
+1 -1
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'),
);