Skip to content

Commit 98b28a9

Browse files
committed
🚀 v2.0.0
1 parent ac17d00 commit 98b28a9

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rtckit/react-redlock",
33
"description": "Asynchronous distributed locks with Redis and ReactPHP",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"type": "library",
66
"keywords": [
77
"lock",
@@ -24,12 +24,13 @@
2424
},
2525
"require": {
2626
"php": ">=7.2",
27-
"clue/redis-react": "^2.0"
27+
"clue/redis-react": "^2.4",
28+
"react/event-loop": "^1.2"
2829
},
2930
"require-dev": {
3031
"phpstan/phpstan": "^0.12",
31-
"phpunit/phpunit": "^9.4",
32-
"vimeo/psalm": "^4.0"
32+
"phpunit/phpunit": "^9.5",
33+
"vimeo/psalm": "^4.9"
3334
},
3435
"autoload": {
3536
"psr-4": {

0 commit comments

Comments
 (0)