Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Commit

Permalink
III-1732 Merge branch 'master' into feature/III-1732
Browse files Browse the repository at this point in the history
* master:
  III-1756: Monolog socket.io handler was split off to separate library

# Conflicts:
#	composer.lock
  • Loading branch information
Luc Wollants committed Jan 13, 2017
2 parents afeb056 + 92f31b4 commit e206b6b
Show file tree
Hide file tree
Showing 3 changed files with 505 additions and 466 deletions.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ function ($app) {
$emitter->in($handler_config['room']);
}

$handler = new \CultuurNet\UDB3\Monolog\SocketIOEmitterHandler(
$handler = new \CultuurNet\MonologSocketIO\SocketIOEmitterHandler(
$emitter
);
break;
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"cultuurnet/silex-amqp": "~0.1",
"cultuurnet/silex-service-provider-jwt": "~0.1",
"cultuurnet/symfony-security-jwt": "~0.1",
"cultuurnet/udb3-http-foundation": "~0.1"
"cultuurnet/udb3-http-foundation": "~0.1",
"cultuurnet/monolog-socketio": "~0.1"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
Expand Down
Loading

0 comments on commit e206b6b

Please sign in to comment.