summaryrefslogtreecommitdiff
path: root/plugins/af_readability/composer.json
blob: 7a7eab59cc188890d3f685cf9844ea3fdb65fe06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	 "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"
    }
}