Skip to content

Commit fb11c6c

Browse files
committed
Fix hanging wamp tests
1 parent 49aacf7 commit fb11c6c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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)