summaryrefslogtreecommitdiff
path: root/plugins/af_readability/composer.json
diff options
context:
space:
mode:
authorfox <[email protected]>2021-08-18 07:51:19 +0300
committerfox <[email protected]>2021-08-18 07:51:19 +0300
commit28eafa2bcd6e327e7014174c4efd4c10d9491e27 (patch)
treeefd9e28718eff791dcaa7ffddbac44c38deedfb8 /plugins/af_readability/composer.json
parenta73e3bec45c5523910c711cf882976b71781ac9e (diff)
parentb6b6771d8d7dcf13938d1578099074b0123a5d5e (diff)
Merge pull request 'pull latest readability-php via composer' (#42) from niehztog/tt-rss:update-readability into master
Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/42
Diffstat (limited to 'plugins/af_readability/composer.json')
-rw-r--r--plugins/af_readability/composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/af_readability/composer.json b/plugins/af_readability/composer.json
index 71acf9b0f..f23f50db9 100644
--- a/plugins/af_readability/composer.json
+++ b/plugins/af_readability/composer.json
@@ -1,5 +1,5 @@
{
"require": {
- "andreskrey/readability.php": "^2.1"
+ "fivefilters/readability.php": "^2.1"
}
}