1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 13:12:41 +00:00
Arsse/composer.json
J. King fd1f23fd82 Docblocks for Conf
- Improves #36
- Updated dependencies
2017-07-16 22:27:55 -04:00

47 lines
1.1 KiB
JSON

{
"name": "jkingweb/arsse",
"type": "library",
"description": "TODO",
"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.0",
"ext-intl": "*",
"ext-json": "*",
"ext-hash": "*",
"fguillot/picofeed": ">=0.1.31",
"jkingweb/druuid": "^3.0.0",
"phpseclib/phpseclib": "^2.0",
"hosteurope/password-generator": "^1.0"
},
"require-dev": {
"mikey179/vfsStream": "^1.6",
"webmozart/glob": "^4.1",
"phake/phake": "^3.0",
"phpunit/phpunit": "^6.0",
"phpdocumentor/phpdocumentor": "2.*"
},
"autoload": {
"psr-4": {
"JKingWeb\\Arsse\\": "lib/"
}
},
"autoload-dev": {
"psr-4": {
"JKingWeb\\Arsse\\Test\\": "tests/lib/"
}
}
}