Skip to content

Commit e23e90e

Browse files
committed
Bump guzzle
1 parent 936b751 commit e23e90e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"thruway/pawl-transport": "^0.5.0",
4747
"influxdb/influxdb-php": "^1.14",
4848
"datadog/php-datadogstatsd": "^1.3",
49-
"guzzlehttp/guzzle": "^6.3",
49+
"guzzlehttp/guzzle": "^7.0.1",
50+
"php-http/discovery": "^1.13",
5051
"voryx/thruway-common": "^1.0.1"
5152
},
5253
"require-dev": {

pkg/stomp/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"queue-interop/queue-interop": "^0.8",
1919
"php-http/guzzle7-adapter": "^0.1.1",
2020
"php-http/client-common": "^2.2.1",
21-
"richardfullmer/rabbitmq-management-api": "^2.1.1"
21+
"richardfullmer/rabbitmq-management-api": "^2.1.1",
22+
"guzzlehttp/guzzle": "^7.0.1",
23+
"php-http/discovery": "^1.13"
2224
},
2325
"require-dev": {
2426
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)