Skip to content

Commit 7ae2479

Browse files
committed
Support React v0.4 (keeping BC with v0.3)
1 parent 0c9a7fe commit 7ae2479

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "clue/stdio-react",
33
"description": "Async standard console input & output (STDIN, STDOUT)",
44
"require": {
5-
"react/event-loop": "0.3.*",
6-
"react/stream": "0.3.*"
5+
"react/event-loop": "0.3.*|0.4.*",
6+
"react/stream": "0.3.*|0.4.*"
77
},
88
"license": "MIT",
99
"authors": [

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)