Files
newznab-tmux/composer.json
T
2016-03-09 13:08:08 +01:00

46 lines
883 B
JSON
Executable File

{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kbjr/Git.php"
}
],
"autoload": {
"psr-4": {
"newznab\\": "newznab/"
},
"classmap": [
"www/pages/",
"libs/pixelead0/Tmdb/",
"libs/PEAR/Net_NNTP/NNTP/",
"libs/zeebinz/rarinfo/",
"libs/"
]
},
"description": "A Usenet Indexer",
"license": "GPL-3.0",
"minimum-requirement": "dev",
"name": "DariusIII/newznab-tmux",
"require": {
"php": ">=5.6.0",
"barracudanetworks/forkdaemon-php": "~1.0",
"giantbomb/giantbomb": "@dev",
"google/recaptcha": "~1.1",
"james-heinrich/getid3": "1.9.*",
"joshpinkney/tv-maze-php-api": "@dev",
"kbjr/Git.php": "@dev",
"moinax/tvdb": "~1.0",
"phpmailer/phpmailer": "~5.2",
"exeu/apai-io": "~1.0",
"smarty/smarty": "~3.1",
"needim/noty": "v2.3.8"
}
}