Skip to content

Commit 49aacf7

Browse files
committed
Fix hanging wamp tests with lowest deps
1 parent 414571a commit 49aacf7

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

composer.json

Lines changed: 9 additions & 4 deletions
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)