Skip to content

Commit 40d2ec8

Browse files
committed
Make the credis requirements less strict.
Since credis has moved forward, but is backwards compatible, resque shouldn’t be so strict towards an old version because other libraries need newer credis features.
1 parent 610c4dc commit 40d2ec8

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)