We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac17d00 commit 98b28a9Copy full SHA for 98b28a9
1 file changed
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "rtckit/react-redlock",
3
"description": "Asynchronous distributed locks with Redis and ReactPHP",
4
- "version": "1.0.0",
+ "version": "2.0.0",
5
"type": "library",
6
"keywords": [
7
"lock",
@@ -24,12 +24,13 @@
24
},
25
"require": {
26
"php": ">=7.2",
27
- "clue/redis-react": "^2.0"
+ "clue/redis-react": "^2.4",
28
+ "react/event-loop": "^1.2"
29
30
"require-dev": {
31
"phpstan/phpstan": "^0.12",
- "phpunit/phpunit": "^9.4",
32
- "vimeo/psalm": "^4.0"
+ "phpunit/phpunit": "^9.5",
33
+ "vimeo/psalm": "^4.9"
34
35
"autoload": {
36
"psr-4": {
0 commit comments