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-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",
|
2019-11-30 15:33:39 +00:00
|
|
|
"npm-asset/open-sans-fontface": "^1.4",
|
2020-05-14 08:54:13 +00:00
|
|
|
"rinvex/countries": "^6.1",
|
2020-06-20 23:44:20 +00:00
|
|
|
"rudloff/alltube-library": "^0.1.0",
|
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-06-20 23:44:20 +00:00
|
|
|
"ytdl-org/youtube-dl": "^2020.06",
|
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",
|
2019-11-30 13:59:16 +00:00
|
|
|
"php-mock/php-mock-mockery": "^1.3",
|
2020-05-14 10:38:58 +00:00
|
|
|
"phpro/grumphp": "^0.18.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
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Alltube\\": "classes/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"Alltube\\Test\\": "tests/"
|
|
|
|
}
|
|
|
|
},
|
2016-08-20 11:07:31 +00:00
|
|
|
"repositories": [
|
2019-11-30 15:33:39 +00:00
|
|
|
{
|
|
|
|
"type": "composer",
|
|
|
|
"url": "https://asset-packagist.org"
|
|
|
|
},
|
2016-08-20 11:07:31 +00:00
|
|
|
{
|
|
|
|
"type": "package",
|
|
|
|
"package": {
|
2020-02-27 13:07:30 +00:00
|
|
|
"name": "ytdl-org/youtube-dl",
|
2020-06-20 23:44:20 +00:00
|
|
|
"version": "2020.06.16.1",
|
2016-11-13 22:45:19 +00:00
|
|
|
"dist": {
|
2016-12-18 22:10:17 +00:00
|
|
|
"type": "zip",
|
2020-06-20 23:44:20 +00:00
|
|
|
"url": "https://github.com/ytdl-org/youtube-dl/archive/2020.06.16.1.zip"
|
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-07-05 09:58:50 +00:00
|
|
|
"test": "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
|
|
|
}
|