Skip to content

Commit 7b25d5d

Browse files
fix(deps): Explicitly require react/promise ^3.0 for Promise::catch() API
1 parent b017170 commit 7b25d5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
2121
"react/event-loop": "^1.5",
2222
"react/http": "^1.11",
23+
"react/promise": "^3.0",
2324
"react/stream": "^1.4",
2425
"symfony/finder": "^6.4 || ^7.2"
2526
},

0 commit comments

Comments
 (0)