File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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&# 124 ; ^7.0 |
1111| ** ` liuggio/statsd-php-client ` ** | ^1.0 |
1212| ** ` domnikl/statsd ` ** | ^2.0 |
1313
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments