Skip to content

Commit

Permalink
enforce single version for client
Browse files Browse the repository at this point in the history
  • Loading branch information
dav-m85 committed Apr 1, 2015
1 parent badc53f commit 3bbaf6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ parameters:
liuggio_stats_d_client.collector.service.class: Liuggio\StatsDClientBundle\Service\StatsDCollectorService
liuggio_stats_d_client.collector.listener.class: Liuggio\StatsDClientBundle\Listener\StatsDCollectorListener
liuggio_stats_d_client.collector.dbal.class: Liuggio\StatsDClientBundle\StatsCollector\DbalStatsCollector
liuggio_stats_d.sender.class: Liuggio\StatsdClient\Service\StatsDService
liuggio_stats_d.sender.class: Liuggio\StatsdClient\Service\StatsdService

# monolog handler
liuggio_stats_d_client.monolog_handler.class: Liuggio\StatsdClient\Monolog\Handler\StatsDHandler
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.3.2",
"liuggio/statsd-php-client": ">1.0.12",
"liuggio/statsd-php-client": "v1.0.14",
"symfony/framework-bundle": ">2.0"
},
"require-dev": {
Expand Down

0 comments on commit 3bbaf6b

Please sign in to comment.