Skip to content

Commit

Permalink
Merge pull request #7 from hellofresh/feature/bump-league-statsd
Browse files Browse the repository at this point in the history
Bump league/statsd to 1.5
  • Loading branch information
nhatthm authored Aug 20, 2019
2 parents cd1a907 + 77f7bb1 commit c5567f4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 69 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.3",
"phpunit/phpunit": "^5.7",
"league/statsd": "^1.4"
"league/statsd": "^1.5"
},
"suggest": {
"league/statsd": "Required for statsd backend"
Expand Down
2 changes: 1 addition & 1 deletion src/Client/StatsD.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
use HelloFresh\Stats\HTTPMetricAlterCallback;
use HelloFresh\Stats\Incrementer;
use HelloFresh\Stats\State;
use HelloFresh\Stats\StatsD\CachingClient as StatsDClient;
use HelloFresh\Stats\Timer;
use League\StatsD\Client as StatsDClient;
use League\StatsD\Exception\ConfigurationException;

class StatsD extends AbstractClient implements Client
Expand Down
66 changes: 0 additions & 66 deletions src/StatsD/CachingClient.php

This file was deleted.

1 change: 0 additions & 1 deletion tests/Client/LogTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use HelloFresh\Stats\Bucket;
use HelloFresh\Stats\Bucket\MetricOperation;
use HelloFresh\Stats\Bucket\Plain;
use HelloFresh\Stats\State;
use PHPUnit\Framework\TestCase;

class LogTest extends TestCase
Expand Down

0 comments on commit c5567f4

Please sign in to comment.