Download youtube-dl with composer (fixes #35)

This commit is contained in:
Pierre Rudloff 2015-10-29 19:02:19 +01:00
parent 347ec92f35
commit 05b144cb7b
5 changed files with 89 additions and 6 deletions

View file

@ -5,7 +5,9 @@
"homepage": "http://alltubedownload.net/",
"type": "project",
"require": {
"smarty/smarty": "~3.1"
"smarty/smarty": "~3.1",
"rg3/youtube-dl": "2015.10.24",
"symfony/var-dumper": "~2.7.6"
},
"extra": {
"paas": {
@ -14,6 +16,20 @@
]
}
},
"repositories": [
{
"type": "package",
"package": {
"name": "rg3/youtube-dl",
"version": "2015.10.24",
"source": {
"url": "https://github.com/rg3/youtube-dl.git",
"type": "git",
"reference": "2015.10.24"
}
}
}
],
"authors": [
{
"name": "Pierre Rudloff",