ttrss/plugins/af_readability/composer.json

14 lines
295 B
JSON
Raw Normal View History

2021-02-26 14:39:57 +00:00
{
2022-07-16 13:30:46 +00:00
"repositories": [
{
"name": "fivefilters/readability.php",
"type": "vcs",
"url": "https://dev.tt-rss.org/fox/readability-php.git"
}
],
2021-02-26 14:39:57 +00:00
"require": {
"fivefilters/readability.php": "dev-master",
"psr/http-factory": "1.0.1"
2021-02-26 14:39:57 +00:00
}
}