Skip to content

Commit 210f0a4

Browse files
committed
Merge pull request #198 from tburry/master
Make the credis requirements less strict.
2 parents 0327217 + 40d2ec8 commit 210f0a4

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
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": ">=5.3.0",
2222
"ext-pcntl": "*",
23-
"colinmollenhour/credis": "1.2.*",
23+
"colinmollenhour/credis": "~1.2",
2424
"psr/log": "1.0.0"
2525
},
2626
"suggest": {

0 commit comments

Comments
 (0)