2017-02-09 16:01:24 +00:00
|
|
|
{
|
2017-02-16 20:29:42 +00:00
|
|
|
"name": "jkingweb/arsse",
|
2017-08-23 23:56:18 +00:00
|
|
|
"type": "project",
|
2017-12-07 22:33:45 +00:00
|
|
|
"description": "The clean and modern RSS server that doesn't give you any crap",
|
2017-02-16 20:29:42 +00: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 16:01:24 +00:00
|
|
|
|
2017-02-16 20:29:42 +00:00
|
|
|
],
|
|
|
|
"require": {
|
2019-04-09 20:15:36 +00:00
|
|
|
"php": "7.*",
|
2017-03-07 23:01:13 +00:00
|
|
|
"ext-intl": "*",
|
2017-06-04 12:15:10 +00:00
|
|
|
"ext-json": "*",
|
|
|
|
"ext-hash": "*",
|
2019-01-23 17:36:43 +00:00
|
|
|
"p3k/picofeed": "0.1.*",
|
2019-04-09 20:15:36 +00:00
|
|
|
"hosteurope/password-generator": "1.*",
|
|
|
|
"docopt/docopt": "1.*",
|
|
|
|
"jkingweb/druuid": "3.*",
|
|
|
|
"zendframework/zend-diactoros": "2.*",
|
|
|
|
"zendframework/zend-httphandlerrunner": "1.*"
|
2017-02-16 20:29:42 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-12-07 20:09:03 +00:00
|
|
|
"bamarni/composer-bin-plugin": "*"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-install-cmd": ["@composer bin all install"],
|
|
|
|
"post-update-cmd": ["@composer bin all update"]
|
2017-02-16 20:29:42 +00:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2017-03-28 04:12:12 +00:00
|
|
|
"JKingWeb\\Arsse\\": "lib/"
|
2017-02-16 20:29:42 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
2018-11-22 18:55:57 +00:00
|
|
|
"JKingWeb\\Arsse\\Test\\": "tests/lib/",
|
|
|
|
"JKingWeb\\Arsse\\TestCase\\": "tests/cases/"
|
2017-02-16 20:29:42 +00:00
|
|
|
}
|
|
|
|
}
|
2017-02-20 22:04:13 +00:00
|
|
|
}
|