{ "name": "freshrss.org/freshrss", "description": "A free, self-hostable aggregator", "type": "project", "homepage": "https://freshrss.org/", "license": "AGPL-3.0", "repositories": [ { "type": "git", "url": "https://github.com/FreshRSS/simplepie.git" } ], "require": { "marienfressinaud/lib_opml": "0.5.1", "phpgt/cssxpath": "v1.3.0", "phpmailer/phpmailer": "6.10.0", "simplepie/simplepie": "dev-freshrss#d381ca57e9c57e251a47de2b577846503c3030ce" }, "config": { "sort-packages": true, "vendor-dir": "./" }, "scripts": { "post-update-cmd": "git clean -d -f -X ." } }