Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Explicitly list dependencies
  • Loading branch information
clue committed Jun 9, 2014
commit 2c4ed027e7685cb010209d2f173235a48108633b
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"require": {
"php": ">=5.4.0",
"guzzle/parser": "~3.0",
"react/socket": "0.4.*"
"react/socket": "0.4.*",
"react/stream": "0.4.*",
"evenement/evenement": "~2.0"
},
"autoload": {
"psr-4": {
Expand Down