We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936b751 commit e23e90eCopy full SHA for e23e90e
composer.json
@@ -46,7 +46,8 @@
46
"thruway/pawl-transport": "^0.5.0",
47
"influxdb/influxdb-php": "^1.14",
48
"datadog/php-datadogstatsd": "^1.3",
49
- "guzzlehttp/guzzle": "^6.3",
+ "guzzlehttp/guzzle": "^7.0.1",
50
+ "php-http/discovery": "^1.13",
51
"voryx/thruway-common": "^1.0.1"
52
},
53
"require-dev": {
pkg/stomp/composer.json
@@ -18,7 +18,9 @@
18
"queue-interop/queue-interop": "^0.8",
19
"php-http/guzzle7-adapter": "^0.1.1",
20
"php-http/client-common": "^2.2.1",
21
- "richardfullmer/rabbitmq-management-api": "^2.1.1"
+ "richardfullmer/rabbitmq-management-api": "^2.1.1",
22
23
+ "php-http/discovery": "^1.13"
24
25
26
"phpunit/phpunit": "^9.5",
0 commit comments