From b0f8f1ec55cdb073a6b211c19cda2f872ff6f748 Mon Sep 17 00:00:00 2001 From: Wilco Louwerse Date: Fri, 15 Mar 2024 11:20:47 +0100 Subject: [PATCH] ^ instead of >= --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dc0b9cd..cfa33a1 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require": { "php": ">=7.4", "commongateway/corebundle": "^1.2.68 | <2.0", - "common-gateway/customer-notifications-bundle": ">=0.0.40 | < 1.0" + "common-gateway/customer-notifications-bundle": "^0.0.40 | < 1.0" }, "require-dev": { "symfony/dependency-injection": "~3.4|~4.1|~5.0"