Skip to content

Commit

Permalink
Support React v0.4 (keeping BC with v0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Sep 8, 2014
1 parent 0c9a7fe commit 7ae2479
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "clue/stdio-react",
"description": "Async standard console input & output (STDIN, STDOUT)",
"require": {
"react/event-loop": "0.3.*",
"react/stream": "0.3.*"
"react/event-loop": "0.3.*|0.4.*",
"react/stream": "0.3.*|0.4.*"
},
"license": "MIT",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ae2479

Please sign in to comment.