Skip to content

Commit 3cab096

Browse files
authored
Update dependencies (#19)
* Change domnikl/statsd with slickdeals/statsd * Change domnikl/statsd with slickdeals/statsd
1 parent 4ef8579 commit 3cab096

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is a Guzzle middleware, which allows you to profile an http call, and send
99
| **`php`** | ^7.2 | ^8.1 |
1010
| **`guzzlehttp/guzzle`** | ^6.0 | ^7.0 |
1111
| **`liuggio/statsd-php-client`** | ^1.0 |
12-
| **`domnikl/statsd`** | ^2.0 |
12+
| **`slickdeals/statsd`** | ^2.0 |
1313

1414
## Installation
1515

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"php": "^7.2 | ^8.1",
1313
"guzzlehttp/guzzle": "^6.0|^7.0",
1414
"liuggio/statsd-php-client": "^1.0",
15-
"domnikl/statsd": "^2.0|^3.0"
15+
"slickdeals/statsd": "^2.0|^3.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^6.5|^7.0|^8.0",

0 commit comments

Comments
 (0)