diff --git a/composer.json b/composer.json index a29889c..58267f3 100644 --- a/composer.json +++ b/composer.json @@ -23,6 +23,23 @@ "role": "Developer" } ], + "repositories": [ + { + "type": "package", + "package": { + "name": "yt-dlp/yt-dlp", + "version": "2025.04.30", + "dist": { + "type": "tar", + "url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.04.30/yt-dlp.tar.gz" + } + } + }, + { + "type": "vcs", + "url": "https://code.ehwurscht.at/genuineparts/alltube-library.git" + } + ], "require": { "php": ">=7.4", "ext-intl": "*", @@ -64,24 +81,6 @@ "symfony/error-handler": "^5.4", "symfony/var-dumper": "^5.4" }, - "repositories": [ - { - "type": "package", - "package": { - "name": "yt-dlp/yt-dlp", - "version": "2025.04.30", - "dist": { - "type": "tar", - "url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.04.30/yt-dlp.tar.gz" - } - } - }, - { - "type": "vcs", - "url": "https://code.ehwurscht.at/genuineparts/alltube-library.git" - } - - ], "autoload": { "psr-4": { "Alltube\\": "classes/"