Skip to content

Commit

Permalink
Merge pull request #45 from clue-labs/no-bufferedsink
Browse files Browse the repository at this point in the history
Remove BufferedSink
  • Loading branch information
WyriHaximus authored Apr 27, 2017
2 parents f4d90ca + c3e8e2f commit a9add11
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 261 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"require-dev": {
"phpunit/phpunit": "^5.0 || ^4.8.10",
"react/event-loop": "^0.4|^0.3",
"react/promise": "^2.0|^1.0",
"clue/stream-filter": "~1.2"
},
"suggest": {
"react/event-loop": "^0.4",
"react/promise": "^2.0"
"react/event-loop": "^0.4"
},
"autoload": {
"psr-4": {
Expand Down
66 changes: 0 additions & 66 deletions src/BufferedSink.php

This file was deleted.

192 changes: 0 additions & 192 deletions tests/BufferedSinkTest.php

This file was deleted.

0 comments on commit a9add11

Please sign in to comment.