Skip to content

Commit 7033397

Browse files
Allow psr/cache v3 but on symfony/cache
1 parent e2748d7 commit 7033397

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cache/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=7.1.3",
20-
"psr/cache": "^1.0|^2.0"
20+
"psr/cache": "^1.0|^2.0|^3.0"
2121
},
2222
"suggest": {
2323
"symfony/cache-implementation": ""

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=7.1.3",
20-
"psr/cache": "^1.0|^2.0",
20+
"psr/cache": "^1.0|^2.0|^3.0",
2121
"psr/container": "^1.0"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)