Partial PHP 8 compatibility
But we still need to update rinvex/countries
This commit is contained in:
parent
e567f9c9fa
commit
e246ab03e9
2 changed files with 157 additions and 183 deletions
|
@ -1,9 +1,8 @@
|
|||
{
|
||||
"name": "rudloff/alltube",
|
||||
"type": "project",
|
||||
"description": "HTML GUI for youtube-dl",
|
||||
"homepage": "https://alltubedownload.net/",
|
||||
"license": "GPL-3.0-only",
|
||||
"type": "project",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Pierre Rudloff",
|
||||
|
@ -18,6 +17,7 @@
|
|||
"role": "Designer"
|
||||
}
|
||||
],
|
||||
"homepage": "https://alltubedownload.net/",
|
||||
"require": {
|
||||
"php": ">=7.3",
|
||||
"ext-intl": "*",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"require-dev": {
|
||||
"consolidation/robo": "^2.1",
|
||||
"enlightn/security-checker": "^1.4",
|
||||
"ergebnis/composer-normalize": "^2.6",
|
||||
"ergebnis/composer-normalize": "^2.20",
|
||||
"insite/composer-dangling-locked-deps": "^0.2.1",
|
||||
"junker/debugbar-smarty": "^0.1.0",
|
||||
"kitchenu/slim-debugbar": "^1.1",
|
||||
|
@ -57,6 +57,29 @@
|
|||
"symfony/error-handler": "^5.4",
|
||||
"symfony/var-dumper": "^5.4"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "package",
|
||||
"package": {
|
||||
"name": "ytdl-org/youtube-dl",
|
||||
"version": "2021.12.17",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://yt-dl.org/downloads/2021.12.17/youtube-dl-2021.12.17.tar.gz"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Alltube\\": "classes/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Alltube\\Test\\": "tests/"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "7.3.11"
|
||||
|
@ -76,29 +99,6 @@
|
|||
"library"
|
||||
]
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Alltube\\": "classes/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Alltube\\Test\\": "tests/"
|
||||
}
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "package",
|
||||
"package": {
|
||||
"name": "ytdl-org/youtube-dl",
|
||||
"version": "2021.12.17",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://yt-dl.org/downloads/2021.12.17/youtube-dl-2021.12.17.tar.gz"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"lint": "grumphp run --ansi",
|
||||
"release": "robo release --ansi",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue