Files
newznab-tmux/composer.json
T

41 lines
794 B
JSON
Executable File

{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/JPinkney/TVMaze-PHP-API-Wrapper"
},
{
"type": "vcs",
"url": "https://github.com/kbjr/Git.php"
}
],
"autoload": {
"psr-0": {
"libs\\": "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.*"
}
}