Skip to content

Commit ab120ba

Browse files
committed
Updated to support all react/stream versions 0.4.0 and up
1 parent 2f3868c commit ab120ba

3 files changed

Lines changed: 600 additions & 252 deletions

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"evenement/evenement": "^3.0 || ^2.0",
1515
"react/event-loop": "^0.4",
1616
"react/promise": "~2.2",
17-
"react/stream": "^0.4",
17+
"react/promise-stream": "^1.1",
18+
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4",
1819
"wyrihaximus/react-child-process-pool": "^1.3"
1920
},
2021
"require-dev": {

0 commit comments

Comments
 (0)