From 9fa7bfddb339ea98c3f95a13c58e37f986fbfe2e Mon Sep 17 00:00:00 2001 From: "mammatusphp-renovate-runner[bot]" <233630868+mammatusphp-renovate-runner[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 22:36:59 +0000 Subject: [PATCH] Roll back dependency bunny/bunny to 0.6.0-alpha.1@dev --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a5e2796..fc80f9d 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ }, "require-dev": { "bbqueue/bunny": "dev-main", - "bunny/bunny": "^0.6@dev", + "bunny/bunny": "0.6.0-alpha.1@dev", "wyrihaximus/async-test-utilities": "^9.4.1", "wyrihaximus/makefiles": "^0.4.3" },