summaryrefslogtreecommitdiff
path: root/plugins/af_readability/composer.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-07-24 14:09:22 +0300
committerAndrew Dolgov <[email protected]>2022-07-24 14:09:22 +0300
commit8cf421e1fcae66ee4a8ed6d8c007d26f501c0f1d (patch)
treebabed96bab33455a00997f410da9b19c687a077a /plugins/af_readability/composer.json
parent5006c754c42a09f5b88b258c2da4b9eff7508357 (diff)
readability: depend on psr/http-factory
Diffstat (limited to 'plugins/af_readability/composer.json')
-rw-r--r--plugins/af_readability/composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/af_readability/composer.json b/plugins/af_readability/composer.json
index b22733315..233f27557 100644
--- a/plugins/af_readability/composer.json
+++ b/plugins/af_readability/composer.json
@@ -7,6 +7,7 @@
}
],
"require": {
- "fivefilters/readability.php": "dev-master"
+ "fivefilters/readability.php": "dev-master",
+ "psr/http-factory": "1.0.1"
}
}