The clean & modern RSS server that doesn't give you any crap. https://thearsse.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.2 KiB

{
"name": "jkingweb/arsse",
"type": "project",
"description": "TODO",
"keywords": ["rss"],
"license": "MIT",
"authors": [
{
"name": "J. King",
"email": "jking@jkingweb.ca",
"homepage": "https://jkingweb.ca/"
},
{
"name": "Dustin Wilson",
"email": "dustin@dustinwilson.com",
"homepage": "https://dustinwilson.com/"
}
],
"require": {
"php": "^7.0",
"ext-intl": "*",
"ext-json": "*",
"ext-hash": "*",
"fguillot/picofeed": ">=0.1.31",
"hosteurope/password-generator": "^1.0",
"docopt/docopt": "^1.0"
},
"require-dev": {
"mikey179/vfsStream": "^1.6",
"webmozart/glob": "^4.1",
"phake/phake": "^3.0",
"phpunit/phpunit": "^6.0",
"phpdocumentor/phpdocumentor": "2.*",
"friendsofphp/php-cs-fixer": "^2.2",
"phing/phing": "^2.16",
"pear/archive_tar": "*"
},
"autoload": {
"psr-4": {
"JKingWeb\\Arsse\\": "lib/"
}
},
"autoload-dev": {
"psr-4": {
"JKingWeb\\Arsse\\Test\\": "tests/lib/"
}
}
}