From d286e1bf6587750190fcca46ab648fa3fab9cb58 Mon Sep 17 00:00:00 2001 From: Fabrizio Balliano Date: Tue, 11 Jul 2023 10:19:47 +0100 Subject: [PATCH] Fixed composer validate error --- composer.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.lock b/composer.lock index dcb211ad557..e9ff8918641 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": "bcf4c7beaca0c503bdd487b27bb863b6", + "content-hash": "bd9c6926886f768d8b354f3686deeee2", "packages": [ { "name": "colinmollenhour/cache-backend-redis", @@ -5775,7 +5775,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": ">=7.4 <8.3", + "php": ">=8.1 <8.3", "ext-ctype": "*", "ext-curl": "*", "ext-dom": "*", @@ -5793,7 +5793,7 @@ }, "platform-dev": [], "platform-overrides": { - "php": "7.4" + "php": "8.1" }, "plugin-api-version": "2.3.0" }