From 387bf55b11882005d5dec2e6e54d82f652473655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 5 Dec 2025 16:32:30 +0000 Subject: [PATCH] fix version constraint in chill-zimbra-bundle --- packages/ChillZimbraBundle/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ChillZimbraBundle/composer.json b/packages/ChillZimbraBundle/composer.json index f62e21125..4a53b3ed5 100644 --- a/packages/ChillZimbraBundle/composer.json +++ b/packages/ChillZimbraBundle/composer.json @@ -9,7 +9,7 @@ "social worker" ], "require": { - "chill-project/chill-bundles": "dev-master as v4.6.1", + "chill-project/chill-bundles": "^4.9.0", "zimbra-api/soap-api": "^3.2.2", "psr/http-client": "^1.0", "nyholm/psr7": "^1.0"