Skip to content

Commit 319b16f

Browse files
Merge branch '4.4' into 5.2
* 4.4: Allow psr/cache v2 [DeprecationErrorHandler] Fix tests
2 parents 5b83b8c + e2748d7 commit 319b16f

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.2.5",
20-
"psr/cache": "^1.0"
20+
"psr/cache": "^1.0|^2.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.2.5",
20-
"psr/cache": "^1.0",
20+
"psr/cache": "^1.0|^2.0",
2121
"psr/container": "^1.0",
2222
"psr/event-dispatcher": "^1.0"
2323
},

0 commit comments

Comments
 (0)