Skip to content

Commit 0d3abbd

Browse files
committed
ci/requirements adjustments
1 parent 98b1d21 commit 0d3abbd

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ env:
55
language: php
66

77
php:
8-
- '7.1'
98
- '7.2'
109
- '7.3'
1110
- '7.4'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Lastly, the provided [examples](examples) are a good starting point.
7979

8080
## Requirements
8181

82-
Redlock is compatible with PHP 7.1+ and has no external library and extension dependencies.
82+
Redlock is compatible with PHP 7.2+ and requires the [clue/reactphp-redis](https://github.com/clue/reactphp-redis) library.
8383

8484
## Installation
8585

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"issues": "https://github.com/rtckit/reactphp-redlock/issues"
2424
},
2525
"require": {
26-
"php": ">=7.1",
26+
"php": ">=7.2",
2727
"clue/redis-react": "^2.0"
2828
},
2929
"require-dev": {

tests/CustodianTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public function testFailedSpin()
145145
resolve(null),
146146
resolve(null),
147147
resolve(null),
148-
resolve(null),
148+
resolve(null)
149149
);
150150

151151
$custodian = new Custodian($loop, $this->client);

0 commit comments

Comments
 (0)