Skip to content

Commit

Permalink
Update dependencies (#19)
Browse files Browse the repository at this point in the history
* Change domnikl/statsd with slickdeals/statsd

* Change domnikl/statsd with slickdeals/statsd
  • Loading branch information
BlueTM authored Feb 17, 2023
1 parent 4ef8579 commit 3cab096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is a Guzzle middleware, which allows you to profile an http call, and send
| **`php`** | ^7.2 | ^8.1 |
| **`guzzlehttp/guzzle`** | ^6.0 | ^7.0 |
| **`liuggio/statsd-php-client`** | ^1.0 |
| **`domnikl/statsd`** | ^2.0 |
| **`slickdeals/statsd`** | ^2.0 |

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"php": "^7.2 | ^8.1",
"guzzlehttp/guzzle": "^6.0|^7.0",
"liuggio/statsd-php-client": "^1.0",
"domnikl/statsd": "^2.0|^3.0"
"slickdeals/statsd": "^2.0|^3.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5|^7.0|^8.0",
Expand Down

0 comments on commit 3cab096

Please sign in to comment.