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