1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-04 13:10:49 +02:00
ttrss/plugins/af_readability/composer.json

21 lines
495 B
JSON
Raw Normal View History

2021-02-26 15:39:57 +01:00
{
2022-07-31 08:15:00 +02:00
"minimum-stability": "dev",
"prefer-stable": true,
2022-07-16 15:30:46 +02:00
"repositories": [
{
2022-07-31 08:15:00 +02:00
"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"
2022-07-16 15:30:46 +02:00
}
],
2021-02-26 15:39:57 +01:00
"require": {
"fivefilters/readability.php": "dev-master",
"psr/http-factory": "1.0.1"
2021-02-26 15:39:57 +01:00
}
}