56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "jkingweb/arsse",
|
|
"type": "project",
|
|
"description": "The clean and modern RSS server that doesn't give you any crap",
|
|
"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.1",
|
|
"ext-intl": "*",
|
|
"ext-json": "*",
|
|
"ext-hash": "*",
|
|
"ext-dom": "*",
|
|
"nicolus/picofeed": "dev-master#0ebdf92852a4725f4807c200dd49bf9fff3905b7",
|
|
"hosteurope/password-generator": "1.*",
|
|
"docopt/docopt": "1.*",
|
|
"jkingweb/druuid": "3.*",
|
|
"laminas/laminas-diactoros": "2.*",
|
|
"laminas/laminas-httphandlerrunner": "1.*"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "*"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.1.33"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": ["@composer bin all install"],
|
|
"post-update-cmd": ["@composer bin all update"]
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"JKingWeb\\Arsse\\": "lib/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"JKingWeb\\Arsse\\Test\\": "tests/lib/",
|
|
"JKingWeb\\Arsse\\TestCase\\": "tests/cases/"
|
|
}
|
|
}
|
|
}
|