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.json13
1 files changed, 10 insertions, 3 deletions
diff --git a/plugins/af_readability/composer.json b/plugins/af_readability/composer.json
index 233f27557..7a7eab59c 100644
--- a/plugins/af_readability/composer.json
+++ b/plugins/af_readability/composer.json
@@ -1,9 +1,16 @@
{
+ "minimum-stability": "dev",
+ "prefer-stable": true,
"repositories": [
{
- "name": "fivefilters/readability.php",
- "type": "vcs",
- "url": "https://dev.tt-rss.org/fox/readability-php.git"
+ "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": {