From 91a6e80d0336cc97e69d9b25ef878a2ab28ce382 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 11 Mar 2022 15:06:56 +0000 Subject: [PATCH] Upgrade build to composer 2.2.7 --- Dockerfile | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bbf5ba7f..58d2d8ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM composer:1.10.1 as build +FROM composer:2.2.7 as build ADD . /build WORKDIR /build diff --git a/composer.json b/composer.json index ef341a52..6b9aae39 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "cweagans/composer-patches": "1.7.1", "koodimonni/composer-dropin-installer": "1.3", "johnpbloch/wordpress": "5.9.2", - "bjornjohansen/wplang": "0.1.1", + "bjornjohansen/wplang": "0.2.0", "wpackagist-plugin/disable-wordpress-updates": "1.7.0", "wpackagist-plugin/more-privacy-options": "4.6", "wpackagist-plugin/disable-emojis": "1.7.4", -- GitLab