Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit e818a12

Browse files
allow for older versions of predis/predis
1 parent c9ecd96 commit e818a12

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.1 - 2016-09-09
4+
5+
* Allow for older versions of predis/predis - ^0.8|^1.0|^1.1
6+
37
## 1.0.0 - 2016-09-02
48

59
* Initial release

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": ">=5.6.0",
13-
"predis/predis": "^1.1",
13+
"predis/predis": "^0.8|^1.0|^1.1",
1414
"superbalist/php-pubsub": "^1.0"
1515
},
1616
"autoload": {

0 commit comments

Comments
 (0)