From a723ca5383bb0b0ace4651193ebd75df7a51ad71 Mon Sep 17 00:00:00 2001 From: James Titcumb Date: Wed, 22 Jun 2022 11:06:44 +0100 Subject: [PATCH] Allow psr/simple-cache 2+3 in composer.json to run builds --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index db563f42..12974056 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0", "psr/log": "^1.0|^2.0|^3.0", - "psr/simple-cache": "^1.0", + "psr/simple-cache": "^1.0|^2.0|^3.0", "ralouphie/getallheaders": "^2.0.5|^3.0", "ramsey/uuid": "^3.0|^4.2.2", "webmozart/assert": "^1.0" diff --git a/composer.lock b/composer.lock index 7b4459fa..066e140e 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": "c8f8ba31806198b38dbd27b64f460806", + "content-hash": "eb9fe071401d5ff4bc08c20fe92e648d", "packages": [ { "name": "brick/math",