summaryrefslogtreecommitdiff
path: root/plugins/af_readability/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/af_readability/composer.json')
-rw-r--r--plugins/af_readability/composer.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/plugins/af_readability/composer.json b/plugins/af_readability/composer.json
index f23f50db9..b22733315 100644
--- a/plugins/af_readability/composer.json
+++ b/plugins/af_readability/composer.json
@@ -1,5 +1,12 @@
{
+ "repositories": [
+ {
+ "name": "fivefilters/readability.php",
+ "type": "vcs",
+ "url": "https://dev.tt-rss.org/fox/readability-php.git"
+ }
+ ],
"require": {
- "fivefilters/readability.php": "^2.1"
+ "fivefilters/readability.php": "dev-master"
}
}