fix(deps): update php docker tag to v8

This commit is contained in:
renovate[bot] 2024-12-10 11:36:29 +00:00 committed by GitHub
parent cf172d5c7c
commit a021567892
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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