2015-04-11 22:08:24 +02:00
|
|
|
{
|
2016-08-20 13:07:31 +02:00
|
|
|
"name": "rudloff/alltube",
|
2020-07-05 11:58:50 +02:00
|
|
|
"type": "project",
|
2016-08-20 13:07:31 +02:00
|
|
|
"description": "HTML GUI for youtube-dl",
|
|
|
|
"homepage": "http://alltubedownload.net/",
|
2020-07-05 11:58:50 +02:00
|
|
|
"license": "GPL-3.0-only",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2016-08-20 13:07:31 +02:00
|
|
|
"require": {
|
2020-10-28 22:17:27 +01:00
|
|
|
"php": ">=7.3",
|
2020-05-13 21:39:38 +02:00
|
|
|
"ext-intl": "*",
|
|
|
|
"ext-json": "*",
|
2020-05-14 10:54:13 +02:00
|
|
|
"aura/session": "^2.1",
|
|
|
|
"barracudanetworks/archivestream-php": "^1.0",
|
2020-07-15 22:39:46 +02:00
|
|
|
"consolidation/log": "^2.0",
|
2022-02-27 12:30:15 +01:00
|
|
|
"cweagans/composer-patches": "^1.7",
|
2022-02-27 10:54:56 +01:00
|
|
|
"j0k3r/httplug-ssrf-plugin": "^2.0",
|
2020-02-23 17:14:05 +01:00
|
|
|
"jawira/case-converter": "^3.4",
|
2020-06-21 15:30:39 +02:00
|
|
|
"jean85/pretty-package-versions": "^1.3",
|
2020-05-14 10:54:13 +02:00
|
|
|
"mathmarques/smarty-view": "^1.1",
|
2020-10-20 01:24:36 +02:00
|
|
|
"oomphinc/composer-installers-extender": "^2.0",
|
2020-10-19 23:43:33 +02:00
|
|
|
"paragonie/csp-builder": "^2.5",
|
2020-05-14 10:54:13 +02:00
|
|
|
"rinvex/countries": "^6.1",
|
2020-10-27 23:33:00 +01:00
|
|
|
"rudloff/alltube-library": "^0.1.1",
|
2020-05-28 00:55:49 +02:00
|
|
|
"symfony/finder": "^5.0",
|
2019-11-30 16:33:39 +01:00
|
|
|
"symfony/translation": "^4.0",
|
|
|
|
"symfony/yaml": "^4.0",
|
2020-07-20 23:03:28 +02:00
|
|
|
"webfontkit/open-sans": "^1.0",
|
2021-04-02 21:05:50 +02:00
|
|
|
"ytdl-org/youtube-dl": "^2021.04",
|
2020-05-14 10:54:13 +02:00
|
|
|
"zonuexe/http-accept-language": "^0.4.1"
|
2016-08-20 13:07:31 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-05-28 00:55:49 +02:00
|
|
|
"consolidation/robo": "^2.1",
|
2021-02-02 21:25:47 +01:00
|
|
|
"enlightn/security-checker": "^1.4",
|
2020-07-05 11:58:50 +02:00
|
|
|
"ergebnis/composer-normalize": "^2.6",
|
2020-11-16 23:21:32 +01:00
|
|
|
"insite/composer-dangling-locked-deps": "^0.2.1",
|
2021-02-11 19:36:11 +01:00
|
|
|
"junker/debugbar-smarty": "^0.1.0",
|
2021-02-07 12:24:16 +01:00
|
|
|
"kitchenu/slim-debugbar": "^1.1",
|
2021-02-06 15:00:26 +01:00
|
|
|
"maximebf/debugbar": "^1.16",
|
2019-11-30 14:59:16 +01:00
|
|
|
"php-mock/php-mock-mockery": "^1.3",
|
2021-02-07 13:40:02 +01:00
|
|
|
"phpro/grumphp": "^1.3",
|
2021-02-07 12:42:03 +01:00
|
|
|
"phpstan/phpstan": "^0.12.72",
|
2019-11-30 14:08:18 +01:00
|
|
|
"phpunit/phpunit": "^8.4",
|
2019-11-29 23:09:09 +01:00
|
|
|
"smarty-gettext/smarty-gettext": "^1.6",
|
|
|
|
"squizlabs/php_codesniffer": "^3.5",
|
2020-05-13 22:57:25 +02:00
|
|
|
"symfony/error-handler": "^5.0",
|
2020-06-20 14:20:31 +02:00
|
|
|
"symfony/var-dumper": "^5.0"
|
2016-08-20 13:07:31 +02:00
|
|
|
},
|
2020-07-05 11:58:50 +02:00
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "7.3.11"
|
|
|
|
},
|
|
|
|
"sort-packages": true
|
|
|
|
},
|
2020-10-20 01:24:36 +02:00
|
|
|
"extra": {
|
|
|
|
"installer-paths": {
|
|
|
|
"assets/{$name}": [
|
|
|
|
"webfontkit/open-sans"
|
|
|
|
],
|
|
|
|
"vendor/{$vendor}/{$name}/": [
|
|
|
|
"type:library"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"installer-types": [
|
|
|
|
"library"
|
2022-02-27 12:30:15 +01:00
|
|
|
],
|
|
|
|
"patches": {
|
|
|
|
"ytdl-org/youtube-dl": {
|
|
|
|
"Disable redirects in generic extractor": "patches/youtube-dl-redirect.diff"
|
|
|
|
}
|
|
|
|
}
|
2020-10-20 01:24:36 +02:00
|
|
|
},
|
2020-07-05 11:58:50 +02:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Alltube\\": "classes/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"Alltube\\Test\\": "tests/"
|
|
|
|
}
|
|
|
|
},
|
2016-08-20 13:07:31 +02:00
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "package",
|
|
|
|
"package": {
|
2020-02-27 14:07:30 +01:00
|
|
|
"name": "ytdl-org/youtube-dl",
|
2021-04-02 21:05:50 +02:00
|
|
|
"version": "2021.04.01",
|
2016-11-13 23:45:19 +01:00
|
|
|
"dist": {
|
2020-11-16 23:28:36 +01:00
|
|
|
"type": "zip",
|
2021-04-02 21:05:50 +02:00
|
|
|
"url": "https://github.com/ytdl-org/youtube-dl/archive/2021.04.01.zip"
|
2016-08-20 13:07:31 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
2016-10-19 19:13:44 +02:00
|
|
|
"scripts": {
|
2019-11-30 16:33:39 +01:00
|
|
|
"lint": "grumphp run --ansi",
|
2020-06-22 23:15:31 +02:00
|
|
|
"release": "robo release --ansi",
|
2020-09-27 19:50:12 +02:00
|
|
|
"test": [
|
|
|
|
"Composer\\Config::disableProcessTimeout",
|
|
|
|
"phpunit"
|
|
|
|
],
|
2018-01-26 11:37:43 +01:00
|
|
|
"update-locales": [
|
|
|
|
"tsmarty2c.php templates > i18n/template.pot",
|
2020-07-01 22:52:22 +02:00
|
|
|
"xgettext --omit-header -kt -j -o i18n/template.pot classes/*.php classes/*/*.php"
|
2018-01-26 11:37:43 +01:00
|
|
|
],
|
2020-02-27 14:07:30 +01:00
|
|
|
"youtube-dl": "vendor/ytdl-org/youtube-dl/youtube_dl/__main__.py"
|
2016-08-20 13:07:31 +02:00
|
|
|
}
|
2015-04-11 22:08:24 +02:00
|
|
|
}
|