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": {
|
2017-03-14 03:22:20 +00:00
|
|
|
"php": "^7.0",
|
2017-03-07 23:01:13 +00:00
|
|
|
"ext-intl": "*",
|
2017-06-04 12:15:10 +00:00
|
|
|
"ext-json": "*",
|
|
|
|
"ext-hash": "*",
|
2017-03-14 03:22:20 +00:00
|
|
|
"fguillot/picofeed": ">=0.1.31",
|
2017-07-21 21:15:43 +00:00
|
|
|
"hosteurope/password-generator": "^1.0",
|
2017-09-16 23:57:33 +00:00
|
|
|
"docopt/docopt": "^1.0",
|
2018-01-04 04:13:08 +00:00
|
|
|
"jkingweb/druuid": "^3.0",
|
|
|
|
"zendframework/zend-diactoros": "^1.6"
|
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": {
|
2017-03-28 04:12:12 +00:00
|
|
|
"JKingWeb\\Arsse\\Test\\": "tests/lib/"
|
2017-02-16 20:29:42 +00:00
|
|
|
}
|
|
|
|
}
|
2017-02-20 22:04:13 +00:00
|
|
|
}
|