Skip to content

Commit a4b5657

Browse files
committed
Fix hanging wamp tests with lowest deps
1 parent dd50b60 commit a4b5657

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

composer.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,18 @@
4242
"php-http/client-common": "^2.2.1",
4343
"richardfullmer/rabbitmq-management-api": "^2.1.1",
4444
"predis/predis": "^1.1",
45-
"thruway/client": "^0.5.0",
45+
"thruway/client": "^0.5.4",
4646
"thruway/pawl-transport": "^0.5.0",
4747
"influxdb/influxdb-php": "^1.14",
4848
"datadog/php-datadogstatsd": "^1.3",
4949
"guzzlehttp/guzzle": "^7.0.1",
5050
"php-http/discovery": "^1.13",
51-
"voryx/thruway-common": "^1.0.1"
51+
"voryx/thruway-common": "^1.0.1",
52+
"react/event-loop": "^1.0",
53+
"react/stream": "^1.0",
54+
"react/cache": "^1.0",
55+
"react/dns": "^1.0",
56+
"react/socket": "^1.0"
5257
},
5358
"require-dev": {
5459
"ext-pcntl": "*",

pkg/wamp/composer.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@
77
"license": "MIT",
88
"require": {
99
"php": "^7.3|^8.0",
10-
"queue-interop/queue-interop": "^0.8",
11-
"enqueue/dsn": "^0.10",
12-
"thruway/client": "^0.5.0",
10+
"queue-interop/queue-interop": "^0.8.1",
11+
"enqueue/dsn": "^0.10.8",
12+
"thruway/client": "^0.5.4",
1313
"thruway/pawl-transport": "^0.5.0",
14-
"voryx/thruway-common": "^1.0.1"
14+
"voryx/thruway-common": "^1.0.1",
15+
"react/event-loop": "^1.0",
16+
"react/stream": "^1.0",
17+
"react/cache": "^1.0",
18+
"react/dns": "^1.0",
19+
"react/socket": "^1.0"
1520
},
1621
"require-dev": {
1722
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)