Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updated to support all react/stream versions 0.4.0 and up
  • Loading branch information
WyriHaximus committed Mar 23, 2018
commit ab120ba7cdabe4e65e92eff599e6047e86f2d43d
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"evenement/evenement": "^3.0 || ^2.0",
"react/event-loop": "^0.4",
"react/promise": "~2.2",
"react/stream": "^0.4",
"react/promise-stream": "^1.1",
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4",
"wyrihaximus/react-child-process-pool": "^1.3"
},
"require-dev": {
Expand Down
Loading