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.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/plugins/af_readability/composer.json b/plugins/af_readability/composer.json
index f23f50db9..7a7eab59c 100644
--- a/plugins/af_readability/composer.json
+++ b/plugins/af_readability/composer.json
@@ -1,5 +1,20 @@
{
+ "minimum-stability": "dev",
+ "prefer-stable": true,
+ "repositories": [
+ {
+ "name": "fivefilters/readability.php",
+ "type": "vcs",
+ "url": "https://dev.tt-rss.org/fox/readability-php.git"
+ },
+ {
+ "name": "masterminds/html5",
+ "type": "vcs",
+ "url": "https://dev.tt-rss.org/fox/html5-php.git"
+ }
+ ],
"require": {
- "fivefilters/readability.php": "^2.1"
+ "fivefilters/readability.php": "dev-master",
+ "psr/http-factory": "1.0.1"
}
}