2017-02-09 11:01:24 -05:00
|
|
|
{
|
2017-02-16 14:29:42 -06:00
|
|
|
"name": "jkingweb/arsse",
|
2017-08-23 18:56:18 -05:00
|
|
|
"type": "project",
|
2017-12-07 17:33:45 -05:00
|
|
|
"description": "The clean and modern RSS server that doesn't give you any crap",
|
2017-02-16 14:29:42 -06:00
|
|
|
"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/"
|
|
|
|
}
|
2017-02-09 11:01:24 -05:00
|
|
|
|
2017-02-16 14:29:42 -06:00
|
|
|
],
|
|
|
|
"require": {
|
2023-03-24 10:28:20 -04:00
|
|
|
"php": ">=7.3",
|
2017-03-07 18:01:13 -05:00
|
|
|
"ext-intl": "*",
|
2017-06-04 08:15:10 -04:00
|
|
|
"ext-json": "*",
|
|
|
|
"ext-hash": "*",
|
2021-07-03 12:27:20 -04:00
|
|
|
"ext-filter": "*",
|
2019-03-29 10:15:30 -04:00
|
|
|
"ext-dom": "*",
|
2023-03-22 22:57:58 -04:00
|
|
|
"nicolus/picofeed": "dev-patch-3",
|
2019-04-09 16:15:36 -04:00
|
|
|
"hosteurope/password-generator": "1.*",
|
2023-03-22 22:57:58 -04:00
|
|
|
"docopt/docopt": "1.*",
|
2019-04-09 16:15:36 -04:00
|
|
|
"jkingweb/druuid": "3.*",
|
2023-03-24 10:28:20 -04:00
|
|
|
"guzzlehttp/psr7": "2.*",
|
|
|
|
"laminas/laminas-httphandlerrunner": "2.*"
|
2017-02-16 14:29:42 -06:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-12-07 15:09:03 -05:00
|
|
|
"bamarni/composer-bin-plugin": "*"
|
|
|
|
},
|
2021-07-05 21:47:44 -04:00
|
|
|
"suggest": {
|
2023-03-22 22:57:58 -04:00
|
|
|
"ext-pcntl": "To respond to signals, particularly to reload configuration via SIGHUP"
|
2021-07-05 21:47:44 -04:00
|
|
|
},
|
2020-01-20 00:34:02 -05:00
|
|
|
"config": {
|
|
|
|
"platform": {
|
2023-01-28 12:43:42 -05:00
|
|
|
"php": "7.3.33"
|
2022-01-11 17:54:02 -05:00
|
|
|
},
|
|
|
|
"allow-plugins": {
|
|
|
|
"bamarni/composer-bin-plugin": true
|
2020-01-20 00:34:02 -05:00
|
|
|
}
|
|
|
|
},
|
2023-03-22 22:57:58 -04:00
|
|
|
"extra": {
|
|
|
|
"bamarni-bin": {
|
|
|
|
"bin-links": false,
|
|
|
|
"forward-command": true
|
|
|
|
}
|
2017-02-16 14:29:42 -06:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2017-03-27 23:12:12 -05:00
|
|
|
"JKingWeb\\Arsse\\": "lib/"
|
2017-02-16 14:29:42 -06:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
2018-11-22 13:55:57 -05:00
|
|
|
"JKingWeb\\Arsse\\Test\\": "tests/lib/",
|
|
|
|
"JKingWeb\\Arsse\\TestCase\\": "tests/cases/"
|
2017-02-16 14:29:42 -06:00
|
|
|
}
|
2023-01-24 15:12:21 -05:00
|
|
|
},
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
2023-03-22 22:57:58 -04:00
|
|
|
"url": "https://github.com/JKingweb/picoFeed-1/"
|
2023-01-24 15:12:21 -05:00
|
|
|
}
|
|
|
|
]
|
2017-02-20 17:04:13 -05:00
|
|
|
}
|