Update to PHP 8.4; update dependencies

This commit is contained in:
Lexi / Zoe 2026-07-30 19:40:05 +02:00
parent b2c7df32eb
commit 7d78df604d
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
9 changed files with 634 additions and 855 deletions

View file

@ -2,7 +2,7 @@
DOCKER_UID = "$(shell id -u):$(shell id -g)"
# Basic docker-compose command
DOCKER_COMPOSE = DOCKER_UID=$(DOCKER_UID) docker-compose
DOCKER_COMPOSE = DOCKER_UID=$(DOCKER_UID) docker compose
# Commands inside containers
DOCKER_RUN = $(DOCKER_COMPOSE) run --rm app