Is ist that?

This commit is contained in:
genuineparts 2025-05-01 13:15:22 +02:00
parent 79c008daec
commit b2790f0e77

View file

@ -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/"