Skip to content

Commit e4f05c2

Browse files
committed
Support clue/redis-react 0.5, 1.x, and 2.x
1 parent 13cac67 commit e4f05c2

File tree

2 files changed

+539
-376
lines changed

2 files changed

+539
-376
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
}
99
],
1010
"require": {
11-
"php": "^5.6||^7.0",
11+
"php": "^7.0 || ^5.6",
1212
"react/cache": "^0.4.1",
13-
"clue/redis-react": "^0.5.1"
13+
"clue/redis-react": "^2.0 || ^1.0 || ^0.5.1"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^5.2.3",

0 commit comments

Comments
 (0)