Skip to content

Commit 126cf15

Browse files
committed
Fix bunny on php 8
1 parent a4b5657 commit 126cf15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
"queue-interop/amqp-interop": "^0.8.2",
2626
"queue-interop/queue-interop": "^0.8.1",
27-
"bunny/bunny": "^0.2.4|^0.3|^0.4",
27+
"bunny/bunny": "^0.4|^0.5",
2828
"php-amqplib/php-amqplib": "^2.12.1",
2929
"doctrine/dbal": "^2.12",
3030
"ramsey/uuid": "^3.5|^4",

pkg/amqp-bunny/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"php": "^7.3|^8.0",
1010
"queue-interop/amqp-interop": "^0.8.2",
1111
"queue-interop/queue-interop": "^0.8",
12-
"bunny/bunny": "^0.4",
12+
"bunny/bunny": "^0.4|^0.5",
1313
"enqueue/amqp-tools": "^0.10"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)