Skip to content

Commit 6598c3f

Browse files
committed
Bump thruway/client to a php8-compatible version
1 parent cc2ba6a commit 6598c3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"php-http/client-common": "^2.2.1",
4343
"richardfullmer/rabbitmq-management-api": "^2.1.1",
4444
"predis/predis": "^1.1",
45-
"thruway/client": "^0.5",
45+
"thruway/client": "^0.5.5",
4646
"thruway/pawl-transport": "^0.5.1",
4747
"influxdb/influxdb-php": "^1.14",
4848
"datadog/php-datadogstatsd": "^1.3",

pkg/monitoring/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"enqueue/test": "0.10.x-dev",
1616
"influxdb/influxdb-php": "^1.14",
1717
"datadog/php-datadogstatsd": "^1.3",
18-
"thruway/client": "^0.5",
18+
"thruway/client": "^0.5.5",
1919
"thruway/pawl-transport": "^0.5",
2020
"voryx/thruway-common": "^1.0.1"
2121
},

pkg/wamp/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"php": "^7.3|^8.0",
1010
"queue-interop/queue-interop": "^0.8.1",
1111
"enqueue/dsn": "^0.10.8",
12-
"thruway/client": "^0.5",
12+
"thruway/client": "^0.5.5",
1313
"thruway/pawl-transport": "^0.5.1",
1414
"voryx/thruway-common": "^1.0.1",
1515
"react/dns": "^1.0",

0 commit comments

Comments
 (0)