Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 956b73a

Browse files
committed
Fix hanging wamp tests
1 parent 126cf15 commit 956b73a

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

composer.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,15 @@
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.4",
46-
"thruway/pawl-transport": "^0.5.0",
45+
"thruway/client": "^0.5",
46+
"thruway/pawl-transport": "^0.5.1",
4747
"influxdb/influxdb-php": "^1.14",
4848
"datadog/php-datadogstatsd": "^1.3",
4949
"guzzlehttp/guzzle": "^7.0.1",
5050
"php-http/discovery": "^1.13",
5151
"voryx/thruway-common": "^1.0.1",
52-
"react/event-loop": "^1.0",
53-
"react/stream": "^1.0",
54-
"react/cache": "^1.0",
5552
"react/dns": "^1.0",
56-
"react/socket": "^1.0"
53+
"react/event-loop": "^1.0"
5754
},
5855
"require-dev": {
5956
"ext-pcntl": "*",

pkg/wamp/composer.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@
99
"php": "^7.3|^8.0",
1010
"queue-interop/queue-interop": "^0.8.1",
1111
"enqueue/dsn": "^0.10.8",
12-
"thruway/client": "^0.5.4",
13-
"thruway/pawl-transport": "^0.5.0",
12+
"thruway/client": "^0.5",
13+
"thruway/pawl-transport": "^0.5.1",
1414
"voryx/thruway-common": "^1.0.1",
15-
"react/event-loop": "^1.0",
16-
"react/stream": "^1.0",
17-
"react/cache": "^1.0",
1815
"react/dns": "^1.0",
19-
"react/socket": "^1.0"
16+
"react/event-loop": "^1.0"
2017
},
2118
"require-dev": {
2219
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)