Skip to content

Commit 56cff4c

Browse files
Fix version constraint for ext-redis
1 parent 29fa6bc commit 56cff4c

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
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"require": {
77
"php": "^7.1",
8-
"ext-redis": "^4.2 || ^5.0",
8+
"ext-redis": "^4.2 || ^5.0",
99
"symfony/messenger": "4.3.*",
1010
"symfony/config": "^3.4 || ^4.0",
1111
"symfony/dependency-injection": "^3.4 || ^4.0",

0 commit comments

Comments
 (0)