1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 20:51:50 +00:00

bump to php 8.3

This commit is contained in:
CanbiZ 2025-01-20 13:41:32 +01:00 committed by GitHub
parent 69f19ca652
commit e0d0bcd409
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ $STD apt-get install -y \
composer \
mariadb-server \
libapache2-mod-php \
php8.2-{mbstring,gd,intl,pdo,mysql,tokenizer,zip,xml}
php8.3-{mbstring,gd,intl,pdo,mysql,tokenizer,zip,xml}
msg_ok "Installed Dependencies"
msg_info "Setting up database"