Skip to content

Commit 6ed41b1

Browse files
feat(cache): Fix symfony cache version for easier replacement on Magento 2.4.4 bouncer
1 parent e38c6e2 commit 6ed41b1

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
@@ -36,7 +36,7 @@
3636
"require": {
3737
"php": "^7.2 || ^8.0",
3838
"symfony/config": "^4.4.27 || ^5.2",
39-
"symfony/cache": "^5.2",
39+
"symfony/cache": "5.4.7 || 6.0.6",
4040
"monolog/monolog": "^1.17 || ^2.1",
4141
"gregwar/captcha": "^1.1",
4242
"mlocati/ip-lib": "^1.18",

0 commit comments

Comments
 (0)