Skip to content

Commit 99c054c

Browse files
committed
Bump react libs to fix wamp hanging on php 8
1 parent 5b00d6c commit 99c054c

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@
4949
"guzzlehttp/guzzle": "^7.0.1",
5050
"php-http/discovery": "^1.13",
5151
"voryx/thruway-common": "^1.0.1",
52-
"react/dns": "^1.0",
53-
"react/event-loop": "^1.0"
52+
"react/dns": "^1.4",
53+
"react/event-loop": "^1.2",
54+
"react/promise": "^2.8"
5455
},
5556
"require-dev": {
5657
"ext-pcntl": "*",

pkg/wamp/composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
"thruway/client": "^0.5.5",
1313
"thruway/pawl-transport": "^0.5.1",
1414
"voryx/thruway-common": "^1.0.1",
15-
"react/dns": "^1.0",
16-
"react/event-loop": "^1.0"
15+
"react/dns": "^1.4",
16+
"react/event-loop": "^1.2",
17+
"react/promise": "^2.8"
1718
},
1819
"require-dev": {
1920
"phpunit/phpunit": "^9.5",
@@ -34,10 +35,13 @@
3435
"/Tests/"
3536
]
3637
},
37-
"minimum-stability": "dev",
38+
"minimum-stability": "beta",
3839
"extra": {
3940
"branch-alias": {
4041
"dev-master": "0.10.x-dev"
4142
}
43+
},
44+
"config": {
45+
"prefer-stable": true
4246
}
4347
}

0 commit comments

Comments
 (0)