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.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/plugins/af_readability/composer.json b/plugins/af_readability/composer.json
deleted file mode 100644
index 7a7eab59c..000000000
--- a/plugins/af_readability/composer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "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": "dev-master",
- "psr/http-factory": "1.0.1"
- }
-}