From 3a4da89bfe1450c69adfa2d35fcd724c4c11aa95 Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Fri, 11 Mar 2022 11:24:48 -0500 Subject: [PATCH] allow psr/simple-cache 2.x --- CHANGELOG.md | 1 + composer.json | 2 +- composer.lock | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 030efbf5..b3b9caad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org). This is determined by the Calculation Engine locale setting. (i.e. `"Vrai"` wil be converted to a boolean `true` if the Locale is set to `fr`.) +- Allow `psr/simple-cache` 2.x ### Deprecated diff --git a/composer.json b/composer.json index c0664de3..a0064df2 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,7 @@ "markbaker/matrix": "^3.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", - "psr/simple-cache": "^1.0" + "psr/simple-cache": "^1.0 || ^2.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "dev-master", diff --git a/composer.lock b/composer.lock index 5434aa3a..7b76a2c4 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": "9dadb265f548dd4ddbfd2ee97d5a6aa6", + "content-hash": "ed42c40a4281d97171980367f24d0a25", "packages": [ { "name": "ezyang/htmlpurifier",