2017-02-09 11:01:24 -05:00
|
|
|
{
|
2017-02-16 15:29:42 -05:00
|
|
|
"name": "jkingweb/arsse",
|
2017-08-23 19:56:18 -04: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 15:29:42 -05: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 15:29:42 -05:00
|
|
|
],
|
|
|
|
"require": {
|
2017-03-13 23:22:20 -04:00
|
|
|
"php": "^7.0",
|
2017-03-07 18:01:13 -05:00
|
|
|
"ext-intl": "*",
|
2017-06-04 08:15:10 -04:00
|
|
|
"ext-json": "*",
|
|
|
|
"ext-hash": "*",
|
2019-01-23 12:36:43 -05:00
|
|
|
"p3k/picofeed": "0.1.*",
|
2017-07-21 17:15:43 -04:00
|
|
|
"hosteurope/password-generator": "^1.0",
|
2017-09-16 19:57:33 -04:00
|
|
|
"docopt/docopt": "^1.0",
|
2018-01-03 23:13:08 -05:00
|
|
|
"jkingweb/druuid": "^3.0",
|
|
|
|
"zendframework/zend-diactoros": "^1.6"
|
2017-02-16 15:29:42 -05:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-12-07 15:09:03 -05:00
|
|
|
"bamarni/composer-bin-plugin": "*"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-install-cmd": ["@composer bin all install"],
|
|
|
|
"post-update-cmd": ["@composer bin all update"]
|
2017-02-16 15:29:42 -05:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2017-03-28 00:12:12 -04:00
|
|
|
"JKingWeb\\Arsse\\": "lib/"
|
2017-02-16 15:29:42 -05: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 15:29:42 -05:00
|
|
|
}
|
|
|
|
}
|
2017-02-20 17:04:13 -05:00
|
|
|
}
|