fix(deps): update php docker tag to v8
This commit is contained in:
parent
cf172d5c7c
commit
a021567892
|
@ -208,7 +208,7 @@ ENV LIBRETIME_VERSION=$LIBRETIME_VERSION
|
||||||
#======================================================================================#
|
#======================================================================================#
|
||||||
# Legacy #
|
# Legacy #
|
||||||
#======================================================================================#
|
#======================================================================================#
|
||||||
FROM php:7.4-fpm AS libretime-legacy
|
FROM php:8.4-fpm AS libretime-legacy
|
||||||
|
|
||||||
ENV LIBRETIME_CONFIG_FILEPATH=/etc/libretime/config.yml
|
ENV LIBRETIME_CONFIG_FILEPATH=/etc/libretime/config.yml
|
||||||
ENV LIBRETIME_LOG_FILEPATH=php://stderr
|
ENV LIBRETIME_LOG_FILEPATH=php://stderr
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.4",
|
"php": "^8.0",
|
||||||
"adbario/php-dot-notation": "^3.0.0",
|
"adbario/php-dot-notation": "^3.0.0",
|
||||||
"composer/semver": "^3.2",
|
"composer/semver": "^3.2",
|
||||||
"james-heinrich/getid3": "^1.9",
|
"james-heinrich/getid3": "^1.9",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"php": "^7.4",
|
"php": "^8.0",
|
||||||
"friendsofphp/php-cs-fixer": "<3.64.1"
|
"friendsofphp/php-cs-fixer": "<3.64.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue