Skip to content

Commit

Permalink
- Upgrading to new version of WAMP extension
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Mar 12, 2017
1 parent 1655dda commit 5dc3da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

"react/zmq": "~0.3.0",

"ipub/websockets-wamp" : "~1.0",
"ipub/websockets-wamp" : "~1.0.1",

"pds/skeleton" : "^1.0",

Expand Down
2 changes: 1 addition & 1 deletion src/IPub/WebSocketsZMQ/Consumer/Consumer.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function __construct(
/**
* {@inheritdoc}
*/
public function connect(EventLoop\LoopInterface $loop, Application\V1\IApplication $application)
public function connect(EventLoop\LoopInterface $loop, Application\IApplication $application)
{
$context = new ZMQ\Context($loop);

Expand Down

0 comments on commit 5dc3da0

Please sign in to comment.