Skip to content

Commit c5aee1d

Browse files
committed
Bump react libs to fix wamp hanging on php 8
1 parent 8070e70 commit c5aee1d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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)