ce9f794395
Conflicts: composer.lock
87 lines
2 KiB
JSON
87 lines
2 KiB
JSON
{
|
|
"name": "rudloff/alltube",
|
|
"description": "HTML GUI for youtube-dl",
|
|
"license": "GPL-3.0",
|
|
"homepage": "http://alltubedownload.net/",
|
|
"type": "project",
|
|
"require": {
|
|
"smarty/smarty": "~3.1.29",
|
|
"slim/slim": "~3.6.0",
|
|
"mathmarques/smarty-view": "~1.1.0",
|
|
"symfony/yaml": "~3.2.0",
|
|
"symfony/process": "~3.2.0",
|
|
"ptachoire/process-builder-chain": "~1.2.0",
|
|
"rudloff/smarty-plugin-noscheme": "~0.1.0",
|
|
"guzzlehttp/guzzle": "~6.2.0",
|
|
"rudloff/rtmpdump-bin": "~2.3",
|
|
"aura/session": "~2.1.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/var-dumper": "~3.2.0",
|
|
"squizlabs/php_codesniffer": "~2.7.0",
|
|
"phpunit/phpunit": "~5.7.2",
|
|
"ffmpeg/ffmpeg": "dev-release",
|
|
"rg3/youtube-dl": "~2016.12.22",
|
|
"rudloff/rtmpdump-bin": "~2.3"
|
|
},
|
|
"extra": {
|
|
"paas": {
|
|
"nginx-includes": [
|
|
"nginx.conf"
|
|
]
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "package",
|
|
"package": {
|
|
"name": "rg3/youtube-dl",
|
|
"version": "2016.12.22",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/rg3/youtube-dl/archive/2016.12.22.zip"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "package",
|
|
"package": {
|
|
"name": "ffmpeg/ffmpeg",
|
|
"version": "dev-release",
|
|
"dist": {
|
|
"url": "http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz",
|
|
"type": "xz"
|
|
},
|
|
"bin": [
|
|
"ffmpeg"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Pierre Rudloff",
|
|
"email": "contact@rudloff.pro",
|
|
"homepage": "https://rudloff.pro/",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Olivier Haquette",
|
|
"email": "contact@olivierhaquette.fr",
|
|
"homepage": "http://olivierhaquette.fr/",
|
|
"role": "Designer"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Alltube\\": "classes/",
|
|
"Alltube\\Controller\\": "controllers/"
|
|
}
|
|
},
|
|
"config": {
|
|
"secure-http": false
|
|
},
|
|
"scripts": {
|
|
"compile": "composer install --dev"
|
|
}
|
|
}
|