Skip to content

Commit

Permalink
Updated guzzlehttp version. (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-amihailesei authored Apr 9, 2021
1 parent 83b9337 commit 3e3d478
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Guzzle 6 Middleware
This is a Guzzle 6 middleware, which allows you to profile an http call, and send information to statsd daemon.
# Guzzle Middleware
This is a Guzzle middleware, which allows you to profile an http call, and send information to statsd daemon.
## Requirements

### Dependencies

| Dependency | Version
|:--- |:---:|
| **`php`** | ^7.2 |
| **`guzzlehttp/guzzle`** | ^6.0 |
| **`guzzlehttp/guzzle`** | ^6.0|^7.0 |
| **`liuggio/statsd-php-client`** | ^1.0 |
| **`domnikl/statsd`** | ^2.0 |

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

0 comments on commit 3e3d478

Please sign in to comment.