Skip to content

Commit 3a4da89

Browse files
committed
allow psr/simple-cache 2.x
1 parent 1801f58 commit 3a4da89

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
@@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
2828
This is determined by the Calculation Engine locale setting.
2929

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

3233
### Deprecated
3334

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)