Skip to content

Commit 6f6c5f7

Browse files
committed
Forward compatibility with upcoming EventLoop and Stream releases
1 parent c40a5e1 commit 6f6c5f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
],
1313
"require": {
1414
"php": ">=5.3",
15-
"react/event-loop": "0.3.*|0.4.*",
16-
"react/stream": "^0.7 || ^0.6",
15+
"clue/term-react": "^1.0 || ^0.1.1",
1716
"clue/utf8-react": "^1.0 || ^0.1",
18-
"clue/term-react": "^1.0 || ^0.1.1"
17+
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
18+
"react/stream": "^1.0 || ^0.7 || ^0.6"
1919
},
2020
"suggest": {
2121
"ext-mbstring": "Using ext-mbstring should provide slightly better performance for handling I/O"

0 commit comments

Comments
 (0)