Skip to content

Commit a25426d

Browse files
committed
Add react/promise as a suggestion for react/stream
1 parent 833fe52 commit a25426d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"evenement/evenement": "1.0.*"
99
},
1010
"suggest": {
11-
"react/event-loop": "0.2.*"
11+
"react/event-loop": "0.2.*",
12+
"react/promise": "1.0.*"
1213
},
1314
"autoload": {
1415
"psr-0": { "React\\Stream": "" }

0 commit comments

Comments
 (0)