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"
|
"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": {
|
"require": {
|
||||||
"php": ">=7.4",
|
"php": ">=7.4",
|
||||||
"ext-intl": "*",
|
"ext-intl": "*",
|
||||||
|
@ -64,24 +81,6 @@
|
||||||
"symfony/error-handler": "^5.4",
|
"symfony/error-handler": "^5.4",
|
||||||
"symfony/var-dumper": "^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": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Alltube\\": "classes/"
|
"Alltube\\": "classes/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue