2015-04-11 20:08:24 +00:00
|
|
|
{
|
2016-08-20 11:07:31 +00:00
|
|
|
"name": "rudloff/alltube",
|
2020-07-05 09:58:50 +00:00
|
|
|
"type": "project",
|
2016-08-20 11:07:31 +00:00
|
|
|
"description": "HTML GUI for youtube-dl",
|
|
|
|
"homepage": "http://alltubedownload.net/",
|
2020-07-05 09:58:50 +00: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 11:07:31 +00:00
|
|
|
"require": {
|
2020-05-13 19:39:38 +00:00
|
|
|
"ext-intl": "*",
|
|
|
|
"ext-json": "*",
|
2020-05-14 08:54:13 +00:00
|
|
|
"aura/session": "^2.1",
|
|
|
|
"barracudanetworks/archivestream-php": "^1.0",
|
2020-07-15 20:39:46 +00:00
|
|
|
"consolidation/log": "^2.0",
|
2020-02-23 16:14:05 +00:00
|
|
|
"jawira/case-converter": "^3.4",
|
2020-06-21 13:30:39 +00:00
|
|
|
"jean85/pretty-package-versions": "^1.3",
|
2020-05-14 08:54:13 +00:00
|
|
|
"mathmarques/smarty-view": "^1.1",
|
2020-10-19 23:24:36 +00:00
|
|
|
"oomphinc/composer-installers-extender": "^2.0",
|
2020-10-19 21:43:33 +00:00
|
|
|
"paragonie/csp-builder": "^2.5",
|
2020-05-14 08:54:13 +00:00
|
|
|
"rinvex/countries": "^6.1",
|
2020-07-15 20:39:46 +00:00
|
|
|
"rudloff/alltube-library": "dev-develop",
|
2020-05-27 22:55:49 +00:00
|
|
|
"symfony/finder": "^5.0",
|
2019-11-30 15:33:39 +00:00
|
|
|
"symfony/translation": "^4.0",
|
|
|
|
"symfony/yaml": "^4.0",
|
2020-07-20 21:03:28 +00:00
|
|
|
"webfontkit/open-sans": "^1.0",
|
2020-10-10 21:03:40 +00:00
|
|
|
"ytdl-org/youtube-dl": "^2020.09",
|
2020-05-14 08:54:13 +00:00
|
|
|
"zonuexe/http-accept-language": "^0.4.1"
|
2016-08-20 11:07:31 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-05-27 22:55:49 +00:00
|
|
|
"consolidation/robo": "^2.1",
|
2020-07-05 09:58:50 +00:00
|
|
|
"ergebnis/composer-normalize": "^2.6",
|
2020-10-09 21:37:12 +00:00
|
|
|
"insite/composer-dangling-locked-deps": "^0.2.0",
|
2019-11-30 13:59:16 +00:00
|
|
|
"php-mock/php-mock-mockery": "^1.3",
|
2020-10-19 22:16:56 +00:00
|
|
|
"phpro/grumphp": "^1.0",
|
2020-05-13 20:28:05 +00:00
|
|
|
"phpstan/phpstan": "^0.12.25",
|
2019-11-30 13:08:18 +00:00
|
|
|
"phpunit/phpunit": "^8.4",
|
2020-07-05 01:23:14 +00:00
|
|
|
"sensiolabs/security-checker": "^6.0",
|
2019-11-29 22:09:09 +00:00
|
|
|
"smarty-gettext/smarty-gettext": "^1.6",
|
|
|
|
"squizlabs/php_codesniffer": "^3.5",
|
2020-05-13 20:57:25 +00:00
|
|
|
"symfony/error-handler": "^5.0",
|
2020-06-20 12:20:31 +00:00
|
|
|
"symfony/var-dumper": "^5.0"
|
2016-08-20 11:07:31 +00:00
|
|
|
},
|
2020-07-05 09:58:50 +00:00
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "7.3.11"
|
|
|
|
},
|
|
|
|
"sort-packages": true
|
|
|
|
},
|
2020-10-19 23:24:36 +00:00
|
|
|
"extra": {
|
|
|
|
"installer-paths": {
|
|
|
|
"assets/{$name}": [
|
|
|
|
"webfontkit/open-sans"
|
|
|
|
],
|
|
|
|
"vendor/{$vendor}/{$name}/": [
|
|
|
|
"type:library"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"installer-types": [
|
|
|
|
"library"
|
|
|
|
]
|
|
|
|
},
|
2020-07-05 09:58:50 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Alltube\\": "classes/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"Alltube\\Test\\": "tests/"
|
|
|
|
}
|
|
|
|
},
|
2016-08-20 11:07:31 +00:00
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "package",
|
|
|
|
"package": {
|
2020-02-27 13:07:30 +00:00
|
|
|
"name": "ytdl-org/youtube-dl",
|
2020-10-10 21:03:40 +00:00
|
|
|
"version": "2020.09.20",
|
2016-11-13 22:45:19 +00:00
|
|
|
"dist": {
|
2020-10-27 22:18:59 +00:00
|
|
|
"type": "tar",
|
|
|
|
"url": "https://files.pythonhosted.org/packages/12/8b/51cae2929739d637fdfbc706b2d5f8925b5710d8f408b5319a07ea45fe99/youtube_dl-2020.9.20.tar.gz"
|
2016-08-20 11:07:31 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
2016-10-19 17:13:44 +00:00
|
|
|
"scripts": {
|
2019-11-30 15:33:39 +00:00
|
|
|
"lint": "grumphp run --ansi",
|
2020-06-22 21:15:31 +00:00
|
|
|
"release": "robo release --ansi",
|
2020-09-27 17:50:12 +00:00
|
|
|
"test": [
|
|
|
|
"Composer\\Config::disableProcessTimeout",
|
|
|
|
"phpunit"
|
|
|
|
],
|
2018-01-26 10:37:43 +00:00
|
|
|
"update-locales": [
|
|
|
|
"tsmarty2c.php templates > i18n/template.pot",
|
2020-07-01 20:52:22 +00:00
|
|
|
"xgettext --omit-header -kt -j -o i18n/template.pot classes/*.php classes/*/*.php"
|
2018-01-26 10:37:43 +00:00
|
|
|
],
|
2020-02-27 13:07:30 +00:00
|
|
|
"youtube-dl": "vendor/ytdl-org/youtube-dl/youtube_dl/__main__.py"
|
2016-08-20 11:07:31 +00:00
|
|
|
}
|
2015-04-11 20:08:24 +00:00
|
|
|
}
|