summaryrefslogtreecommitdiff
path: root/plugins/af_readability/composer.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-26 17:39:57 +0300
committerAndrew Dolgov <[email protected]>2021-02-26 17:39:57 +0300
commitbc4475b6698f5a74e475674aa7af43253c459892 (patch)
treee8f86b27be905caffde523e2d1279488512c45c8 /plugins/af_readability/composer.json
parentcf1ede0ba8c687d9bfadf1c372546657968f1dd8 (diff)
add missing composer files
Diffstat (limited to 'plugins/af_readability/composer.json')
-rw-r--r--plugins/af_readability/composer.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/af_readability/composer.json b/plugins/af_readability/composer.json
new file mode 100644
index 000000000..71acf9b0f
--- /dev/null
+++ b/plugins/af_readability/composer.json
@@ -0,0 +1,5 @@
+{
+ "require": {
+ "andreskrey/readability.php": "^2.1"
+ }
+}