Skip to content

Commit 1bd5369

Browse files
authored
Merge pull request #2667 from kbond/simple-cache-2
Allow `psr/simple-cache` 2.x
2 parents 7e9edf5 + 0e8c470 commit 1bd5369

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
2929
This is determined by the Calculation Engine locale setting.
3030

3131
(i.e. `"Vrai"` wil be converted to a boolean `true` if the Locale is set to `fr`.)
32+
- Allow `psr/simple-cache` 2.x
3233

3334
### Deprecated
3435

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"markbaker/matrix": "^3.0",
7676
"psr/http-client": "^1.0",
7777
"psr/http-factory": "^1.0",
78-
"psr/simple-cache": "^1.0"
78+
"psr/simple-cache": "^1.0 || ^2.0"
7979
},
8080
"require-dev": {
8181
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)