Is ist that?
This commit is contained in:
parent
79c008daec
commit
b2790f0e77
1 changed files with 17 additions and 18 deletions
|
@ -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/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue