Skip to content

Commit 497194c

Browse files
Merge branch '4.4' into 5.2
* 4.4: Allow psr/cache v2 [DeprecationErrorHandler] Fix tests
2 parents f9f86de + 72ccd11 commit 497194c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2.5",
20-
"psr/cache": "^1.0"
20+
"psr/cache": "^1.0|^2.0"
2121
},
2222
"suggest": {
2323
"symfony/cache-implementation": ""

0 commit comments

Comments
 (0)