t411-console/composer.json

32 lines
744 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/",
"license": "BSD",
"authors": [
{
"name": "Simon Vieille",
"email": "simon+github@deblan.fr"
}
],
"require": {
"php": ">=5.5",
"symfony/process": "~2.6"
2015-02-10 14:17:20 +01:00
},
2015-02-10 01:17:29 +01:00
"autoload": {
"psr-0": {
"": "src/"
}
},
"require": {
"symfony/console": "2.*",
"psr/log": "1.0.0",
"symfony/finder": "~2.6",
"symfony/yaml": "~2.6",
"symfony/filesystem": "3.0.x-dev",
"guzzlehttp/guzzle": "~5.2"
}
}