Skip to content

Commit

Permalink
Merge pull request #28 from fcastilloes/replace-msgpack
Browse files Browse the repository at this point in the history
Replace msgpack implementation
  • Loading branch information
fcastilloes committed Jun 14, 2017
2 parents 3a66e90 + b665200 commit eec809b
Show file tree
Hide file tree
Showing 3 changed files with 332 additions and 156 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"require": {
"php": "^7.0",
"ext-msgpack": "*",
"react/react": "^0.4.2",
"react/zmq": "^0.3.0",
"mkraemer/react-pcntl": "^2.1"
"mkraemer/react-pcntl": "^2.1",
"rybakit/msgpack": "^0.2.2"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
Expand Down

0 comments on commit eec809b

Please sign in to comment.