Skip to content

Commit 3ead81f

Browse files
chore: permit v2 and v3 psr/cache
1 parent 694a942 commit 3ead81f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": ">=8.0.2",
2121
"ext-curl": "*",
2222
"linkorb/userbase-role-contracts": "^2.0",
23-
"psr/cache": "~1.0",
23+
"psr/cache": "~1.0 || ^2.0 || ^3.0",
2424
"symfony/cache": "^5.4",
2525
"symfony/event-dispatcher-contracts": "^2.0 || ~3.0.0",
2626
"symfony/security-core": "^5.4"

0 commit comments

Comments
 (0)