Update composer packages

This commit is contained in:
2025-10-08 12:04:12 +02:00
parent 9e0042b09f
commit 43cf5db6c9
3 changed files with 1515 additions and 1060 deletions

View File

@@ -8,7 +8,7 @@
# Install PHP
sudo add-apt-repository ppa:ondrej/php
apt update && apt upgrade
apt install php8.4 php8.4-xml php8.4-mysql php8.4-gd php8.4-zip php8.4-curl php8.4-mbstring
apt install php8.3 php8.3-xml php8.3-mysql php8.3-gd php8.3-zip php8.3-curl php8.3-mbstring
# Install NodeJS
curl -sL https://deb.nodesource.com/setup_20.x -o /tmp/nodesource_setup.sh
@@ -22,7 +22,7 @@ mv composer.phar composer
# Install NGINX (skip for local dev)
apt install nginx
apt install php8.4-fpm
apt install php8.3-fpm
# Install MariaDB
apt install mariadb-server