More dependency updates

This commit is contained in:
genuineparts 2025-05-01 12:04:27 +02:00
parent a149fd58f9
commit a31bc30bfd

View file

@ -1,5 +1,5 @@
{ {
"name": "rudloff/alltube", "name": "genuineparts/alltube",
"description": "HTML GUI for youtube-dl", "description": "HTML GUI for youtube-dl",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"type": "project", "type": "project",
@ -56,7 +56,7 @@
"maximebf/debugbar": "^1.16", "maximebf/debugbar": "^1.16",
"php-mock/php-mock-mockery": "^1.3", "php-mock/php-mock-mockery": "^1.3",
"phpro/grumphp": "^1.3", "phpro/grumphp": "^1.3",
"phpstan/phpstan": "^0.12.72", "phpstan/phpstan": "^1.8",
"phpunit/phpunit": "^9.5", "phpunit/phpunit": "^9.5",
"povils/phpmnd": "^2.5", "povils/phpmnd": "^2.5",
"smarty-gettext/smarty-gettext": "^1.6", "smarty-gettext/smarty-gettext": "^1.6",
@ -131,7 +131,6 @@
"update-locales": [ "update-locales": [
"tsmarty2c.php templates > i18n/template.pot", "tsmarty2c.php templates > i18n/template.pot",
"xgettext --omit-header -kt -j -o i18n/template.pot classes/*.php classes/*/*.php" "xgettext --omit-header -kt -j -o i18n/template.pot classes/*.php classes/*/*.php"
], ]
"youtube-dl": "vendor/ytdl-org/youtube-dl/youtube_dl/__main__.py"
} }
} }