Skip to content

Commit 3e3d478

Browse files
Updated guzzlehttp version. (#13)
1 parent 83b9337 commit 3e3d478

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Guzzle 6 Middleware
2-
This is a Guzzle 6 middleware, which allows you to profile an http call, and send information to statsd daemon.
1+
# Guzzle Middleware
2+
This is a Guzzle middleware, which allows you to profile an http call, and send information to statsd daemon.
33
## Requirements
44

55
### Dependencies
66

77
| Dependency | Version
88
|:--- |:---:|
99
| **`php`** | ^7.2 |
10-
| **`guzzlehttp/guzzle`** | ^6.0 |
10+
| **`guzzlehttp/guzzle`** | ^6.0|^7.0 |
1111
| **`liuggio/statsd-php-client`** | ^1.0 |
1212
| **`domnikl/statsd`** | ^2.0 |
1313

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": "^7.2",
13-
"guzzlehttp/guzzle": "^6.0",
13+
"guzzlehttp/guzzle": "^6.0|^7.0",
1414
"liuggio/statsd-php-client": "^1.0",
1515
"domnikl/statsd": "^2.0|^3.0"
1616
},

0 commit comments

Comments
 (0)