From 7ee942621dea2830ba90343d5ff7c146ea5a3cfb Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Tue, 5 Jul 2022 16:31:15 +0200 Subject: [PATCH] composer: Update lockfile composer.json was modified in 8365a7a34dea6750fab4c29541ec1801cdbc83e4 but the changes were not propagated to the lockfile, resulting in warnings on every installation. --- composer.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.lock b/composer.lock index a7be6806..426a59b4 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2f2752967bcd8be42501edabca29f66a", + "content-hash": "0d00dfa7c120bdd750ac0ac4a45f5452", "packages": [], "packages-dev": [ { @@ -2168,7 +2168,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.1", + "php": ">=7.4", "ext-mbstring": "*", "ext-curl": "*", "ext-openssl": "*", @@ -2177,5 +2177,5 @@ "ext-json": "*" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.3.0" }