t411-console/composer.json

31 lines
768 B
JSON
Raw Normal View History

2015-02-10 01:17:29 +01:00
{
2015-02-10 14:17:20 +01:00
"name": "simmstein/t411-console",
"type": "project",
"description": "t411-console - searching torrents on the tracker t411.me",
"keywords": [],
"homepage": "http://www.deblan.tv/",
2015-03-05 15:09:15 +01:00
"license": "BSD-2-Clause",
2015-02-10 14:17:20 +01:00
"authors": [
{
"name": "Simon Vieille",
"email": "simon+github@deblan.fr"
}
],
2015-02-10 01:17:29 +01:00
"autoload": {
"psr-0": {
"": "src/"
}
},
"require": {
2015-02-15 21:35:44 +01:00
"php": ">=5.5",
"symfony/process": "~2.6",
2015-02-10 01:17:29 +01:00
"symfony/console": "2.*",
"psr/log": "1.0.0",
"symfony/finder": "~2.6",
"symfony/yaml": "~2.6",
"symfony/filesystem": "3.0.x-dev",
2015-02-15 21:35:44 +01:00
"guzzlehttp/guzzle": "~5.2",
"vohof/transmission": "~1.0"
2015-02-10 01:17:29 +01:00
}
}