Skip to content

Commit dadb684

Browse files
committed
Lock react/promise to v2
1 parent fec47a8 commit dadb684

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"require": {
1919
"php": "^7.4|^8.0",
2020
"react/http": "^1.2",
21-
"psr/log": "^1.1 || ^2.0 || ^3.0"
21+
"psr/log": "^1.1 || ^2.0 || ^3.0",
22+
"react/promise": "^2.2"
2223
},
2324
"suggest": {
2425
"guzzlehttp/guzzle": "For alternative to ReactPHP/Http Browser"

0 commit comments

Comments
 (0)