Skip to content

Commit 7882670

Browse files
authored
Allow psr/cache v2 (#620)
* Allow `psr/cache` v2 * Update composer.json
1 parent d7ba8ef commit 7882670

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"brick/math": "^0.9|^0.10|^0.11|^0.12",
5656
"paragonie/constant_time_encoding": "^2.6|^3.0",
5757
"paragonie/sodium_compat": "^1.20|^2.0",
58-
"psr/cache": "^3.0",
58+
"psr/cache": "^2.0|^3.0",
5959
"psr/clock": "^1.0",
6060
"psr/event-dispatcher": "^1.0",
6161
"psr/http-client": "^1.0",

src/Library/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"brick/math": "^0.9|^0.10|^0.11|^0.12",
4545
"paragonie/constant_time_encoding": "^2.6|^3.0",
4646
"paragonie/sodium_compat": "^1.20|^2.0",
47-
"psr/cache": "^3.0",
47+
"psr/cache": "^2.0|^3.0",
4848
"psr/clock": "^1.0",
4949
"psr/http-factory": "^1.0",
5050
"psr/http-client": "^1.0",

0 commit comments

Comments
 (0)