2015-04-11 22:08:24 +02:00
|
|
|
{
|
2016-08-20 13:07:31 +02:00
|
|
|
"name": "rudloff/alltube",
|
|
|
|
"description": "HTML GUI for youtube-dl",
|
2018-01-20 12:00:52 +01:00
|
|
|
"license": "GPL-3.0-only",
|
2016-08-20 13:07:31 +02:00
|
|
|
"homepage": "http://alltubedownload.net/",
|
|
|
|
"type": "project",
|
|
|
|
"require": {
|
2019-04-22 15:02:34 +02:00
|
|
|
"slim/slim": "~3.12.1",
|
2016-08-20 13:07:31 +02:00
|
|
|
"mathmarques/smarty-view": "~1.1.0",
|
2017-12-06 13:34:12 +01:00
|
|
|
"symfony/yaml": "~3.4.1",
|
|
|
|
"symfony/process": "~3.4.1",
|
2017-09-29 00:05:37 +02:00
|
|
|
"guzzlehttp/guzzle": "~6.3.0",
|
2017-05-02 17:04:55 +02:00
|
|
|
"aura/session": "~2.1.0",
|
2017-05-29 19:01:20 +02:00
|
|
|
"barracudanetworks/archivestream-php": "~1.0.5",
|
2019-01-15 11:09:51 +01:00
|
|
|
"smarty-gettext/smarty-gettext": "~1.6.0",
|
2017-05-31 16:26:00 +02:00
|
|
|
"zonuexe/http-accept-language": "~0.4.1",
|
2019-01-15 11:07:51 +01:00
|
|
|
"rinvex/countries": "~3.1.0",
|
2019-09-21 13:19:24 +02:00
|
|
|
"php-mock/php-mock-mockery": "~1.3.0",
|
|
|
|
"ext-xsl": "*"
|
2016-08-20 13:07:31 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-12-06 13:34:12 +01:00
|
|
|
"symfony/var-dumper": "~3.4.1",
|
2019-01-15 11:10:30 +01:00
|
|
|
"squizlabs/php_codesniffer": "~3.4.0",
|
2017-12-05 21:02:57 +01:00
|
|
|
"phpunit/phpunit": "~6.5.2",
|
2017-10-29 23:51:45 +01:00
|
|
|
"doctrine/instantiator": "~1.0.0",
|
2018-11-19 11:48:44 +01:00
|
|
|
"ffmpeg/ffmpeg": "4.0.3",
|
2019-09-30 23:59:30 +02:00
|
|
|
"rg3/youtube-dl": "^2019.09",
|
2018-01-25 12:56:09 +01:00
|
|
|
"heroku/heroku-buildpack-php": "*",
|
2019-03-31 17:18:57 +02:00
|
|
|
"anam/phantomjs-linux-x86-binary": "~2.1.1",
|
2019-09-28 20:25:34 +02:00
|
|
|
"phpstan/phpstan": "~0.9.2",
|
|
|
|
"roave/security-advisories": "dev-master"
|
2016-08-20 13:07:31 +02:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"paas": {
|
|
|
|
"nginx-includes": [
|
2017-05-15 07:25:14 +02:00
|
|
|
"resources/nginx.conf"
|
2016-08-20 13:07:31 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "package",
|
|
|
|
"package": {
|
|
|
|
"name": "rg3/youtube-dl",
|
2019-09-30 23:59:30 +02:00
|
|
|
"version": "2019.09.28",
|
2016-11-13 23:45:19 +01:00
|
|
|
"dist": {
|
2016-12-18 23:10:17 +01:00
|
|
|
"type": "zip",
|
2019-09-30 23:59:30 +02:00
|
|
|
"url": "https://github.com/rg3/youtube-dl/archive/2019.09.28.zip"
|
2016-08-20 13:07:31 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "package",
|
|
|
|
"package": {
|
|
|
|
"name": "ffmpeg/ffmpeg",
|
2018-11-19 11:48:44 +01:00
|
|
|
"version": "4.0.3",
|
2016-08-20 13:07:31 +02:00
|
|
|
"dist": {
|
2018-11-19 11:31:41 +01:00
|
|
|
"url": "https://www.johnvansickle.com/ffmpeg/old-releases/ffmpeg-4.0.3-64bit-static.tar.xz",
|
2016-08-20 13:07:31 +02:00
|
|
|
"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/",
|
2019-04-22 21:06:05 +02:00
|
|
|
"Alltube\\Stream\\": "classes/streams/",
|
|
|
|
"Alltube\\Exception\\": "classes/exceptions/",
|
2017-12-05 16:06:57 +01:00
|
|
|
"Alltube\\Controller\\": "controllers/",
|
|
|
|
"Alltube\\Test\\": "tests/"
|
2016-08-20 13:07:31 +02:00
|
|
|
}
|
|
|
|
},
|
2016-10-19 19:13:44 +02:00
|
|
|
"scripts": {
|
2017-08-07 16:08:01 +02:00
|
|
|
"compile": "composer install --ignore-platform-reqs",
|
2018-01-26 11:37:43 +01:00
|
|
|
"update-locales": [
|
|
|
|
"tsmarty2c.php templates > i18n/template.pot",
|
|
|
|
"xgettext --omit-header -j -o i18n/template.pot classes/* controllers/*"
|
|
|
|
],
|
2017-11-10 13:04:14 +01:00
|
|
|
"youtube-dl": "vendor/rg3/youtube-dl/youtube_dl/__main__.py"
|
2019-06-17 23:12:56 +02:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "7.0.33"
|
|
|
|
}
|
2016-08-20 13:07:31 +02:00
|
|
|
}
|
2015-04-11 22:08:24 +02:00
|
|
|
}
|