{ "type": "project", "license": "AGPL-3.0", "description": "An RSS/Atom feed reader. Requires Nextcloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.md in the apps top directory", "homepage": "https://github.com/nextcloud/news", "authors": [ { "name": "Sean Molenaar", "email": "sean@seanmolenaar.eu", "homepage": "https://seanmolenaar.eu", "role": "Developer" }, { "name": "Benjamin Brahmer", "email": "info@b-brahmer.de", "homepage": "https://github.com/grotax", "role": "Maintainer" }, { "name": "Bernhard Posselt", "email": "dev@bernhard-posselt.com", "homepage": "https://bernhard-posselt.com", "role": "Former Developer" }, { "name": "Alessandro Cosentino", "homepage": "http://algorithmsforthekitchen.com/", "email": "cosenal@gmail.com", "role": "Former Developer" }, { "name": "Jan-Christoph Borchardt", "email": "hey@jancborchardt.net", "homepage": "http://jancborchardt.net/", "role": "Former Designer" } ], "support": { "irc": "irc://irc.freenode.org/nextcloud-news", "issues": "https://github.com/nextcloud/news/issues", "source": "https://github.com/nextcloud/news/" }, "require": { "php": "^7.2", "ezyang/htmlpurifier": "4.12.0", "pear/net_url2": "2.2.2", "riimu/kit-pathjoin": "1.2.0", "debril/feed-io": "^4.5", "arthurhoaro/favicon": "^1.2", "ext-json": "*", "ext-simplexml": "*", "ext-libxml": "*", "andreskrey/readability.php": "^2.1" }, "require-dev": { "phpunit/phpunit": "^7.5", "squizlabs/php_codesniffer": "^3.4", "guzzlehttp/guzzle": "^6.3", "symfony/service-contracts": "1.1.8" }, "replace": { "guzzlehttp/guzzle": "*", "symfony/console": "*" }, "autoload": { "psr-4": { "OCA\\News\\": "lib/" } }, "autoload-dev": { "psr-4": { "OCA\\News\\Tests\\": "tests/" } } }