Skip to content

Commit 01128b7

Browse files
authored
Merge pull request #22 from WyriHaximus-labs/evenement-3.0
Support both evenement 3.0 and 2.0 (and react/stream)
2 parents 1e2311a + ab120ba commit 01128b7

3 files changed

Lines changed: 601 additions & 253 deletions

File tree

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
],
1212
"require": {
1313
"php": ">=5.4.0",
14+
"evenement/evenement": "^3.0 || ^2.0",
1415
"react/event-loop": "^0.4",
1516
"react/promise": "~2.2",
16-
"react/stream": "^0.4",
17-
"evenement/evenement": "~2.0",
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)