mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 05:02:40 +00:00
2d7b2dde39
Now there's only Phony, which will be replaced with Phake.
81 lines
2 KiB
JSON
81 lines
2 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.3",
|
|
"ext-intl": "*",
|
|
"ext-json": "*",
|
|
"ext-hash": "*",
|
|
"ext-filter": "*",
|
|
"ext-dom": "*",
|
|
"nicolus/picofeed": "dev-php84",
|
|
"hosteurope/password-generator": "1.*",
|
|
"docopt/docopt": "dev-master",
|
|
"jkingweb/druuid": "3.*",
|
|
"guzzlehttp/psr7": "2.*",
|
|
"laminas/laminas-xml": "dev-fixup as 1.4.0",
|
|
"laminas/laminas-httphandlerrunner": "2.*"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-pcntl": "To respond to signals, particularly to reload configuration via SIGHUP"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.3.33"
|
|
},
|
|
"allow-plugins": {
|
|
"bamarni/composer-bin-plugin": true
|
|
}
|
|
},
|
|
"extra": {
|
|
"bamarni-bin": {
|
|
"bin-links": false,
|
|
"forward-command": true
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"JKingWeb\\Arsse\\": "lib/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"JKingWeb\\Arsse\\Test\\": "tests/lib/",
|
|
"JKingWeb\\Arsse\\TestCase\\": "tests/cases/"
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/JKingweb/picoFeed-1/"
|
|
},
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/JKingweb/laminas-xml/"
|
|
},
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/mensbeam/docopt.php/"
|
|
}
|
|
|
|
]
|
|
}
|