From 9f6750a2e218faae76642fca6b4ca04d58bce389 Mon Sep 17 00:00:00 2001 From: George Steel Date: Thu, 23 Jan 2025 15:25:57 +0000 Subject: [PATCH] Bump minimum version of laminas-cache to 4.1 This is to prevent installation of webmozart/assert < 1.11 which contains deprecations for static in callables Signed-off-by: George Steel --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 49da5d5..d783c3b 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "license": "BSD-3-Clause", "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", - "laminas/laminas-cache": "^4.0" + "laminas/laminas-cache": "^4.1" }, "provide": { "laminas/laminas-cache-storage-implementation": "2.0" diff --git a/composer.lock b/composer.lock index 0277231..3a4a05a 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": "7d88bd0775c70e8becdea5805e1a253e", + "content-hash": "6ac0b6acf4df25dc9ef6a9b2947d53f4", "packages": [ { "name": "brick/varexporter",