зеркало из https://github.com/nextcloud/news.git
92 строки
2.4 KiB
JSON
92 строки
2.4 KiB
JSON
{
|
|
"type": "project",
|
|
"license": "AGPL-3.0",
|
|
"description": "An RSS/Atom feed reader. Requires Nextcloud background jobs 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": {
|
|
"issues": "https://github.com/nextcloud/news/issues",
|
|
"source": "https://github.com/nextcloud/news/"
|
|
},
|
|
"require": {
|
|
"php": "^8.2",
|
|
"ezyang/htmlpurifier": "^4.18.0",
|
|
"pear/net_url2": "^2.2.2",
|
|
"riimu/kit-pathjoin": "^1.2.0",
|
|
"debril/feed-io": "v5.3.1",
|
|
"arthurhoaro/favicon": "^2.0.1",
|
|
"fivefilters/readability.php": "^3.1",
|
|
"ext-json": "*",
|
|
"ext-simplexml": "*",
|
|
"ext-libxml": "*",
|
|
"ext-dom": "*",
|
|
"ext-curl": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "9.6.*",
|
|
"squizlabs/php_codesniffer": "^3.11.1",
|
|
"phpstan/phpstan": "^1.12.8",
|
|
"phpstan/phpstan-doctrine": "^1.5.5",
|
|
"phpstan/phpstan-strict-rules": "^1.6.1",
|
|
"phpstan/phpstan-phpunit": "^1.4.0",
|
|
"phpstan/extension-installer": "^1.4.3",
|
|
"phpstan/phpstan-deprecation-rules": "^1.2",
|
|
"guzzlehttp/guzzle": "^7.3.0",
|
|
"doctrine/dbal": "^3.9.3",
|
|
"symfony/console": "^4.4.19",
|
|
"psr/log": "^1.1.0"
|
|
},
|
|
"replace": {
|
|
"guzzlehttp/guzzle": "*",
|
|
"psr/log": "*",
|
|
"symfony/console": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OCA\\News\\": "lib/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"OCA\\News\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"composer/package-versions-deprecated": true,
|
|
"phpstan/extension-installer": true
|
|
}
|
|
}
|
|
}
|