Downgrade composer

This commit is contained in:
paul 2021-01-12 09:53:28 +01:00
parent 016ed0709f
commit 48b451b053

View file

@ -1,6 +1,7 @@
FROM mediawiki:1.35
ARG COMPOSER_VERSION=2.0.8
# Plugins are not compatible with composer 2 yet
ARG COMPOSER_VERSION=1.10.19
ENV \
WG_SITENAME="Test Wiki" \