Skip to content

Commit 7555c22

Browse files
committed
Adjust README and composer requirements in light of recent sentinel changes
1 parent c095a0d commit 7555c22

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ overmind start & # start redis fleet
4242
php vendor/bin/phpunit # run tests, or anything else you want with php binary
4343
```
4444

45-
When committing, please do not include changes in redis-sentinel.conf or nodes.conf files, as those change often.
46-
4745
## License ##
4846

4947
See [LICENSE](LICENSE).

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
}
6464
},
6565
"conflict": {
66-
"ext-redis": "<5.3",
66+
"ext-redis": "<5.3.2",
6767
"predis/predis": "<2.0"
6868
},
6969
"extra": {

0 commit comments

Comments
 (0)