summaryrefslogtreecommitdiff
path: root/plugins/af_readability/composer.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-07-16 16:30:46 +0300
committerAndrew Dolgov <[email protected]>2022-07-16 16:30:46 +0300
commitb8c1d622a77226b14fb307cfe3e0f4cea9e4268a (patch)
tree3df519798dcfef20c96a079e0956ebcd5509b619 /plugins/af_readability/composer.json
parentfdd1c43612011060b4b876db438eb7ec62dd077d (diff)
add missing files for forked idiorm
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"
}
}