From eaba9e3228eb377d62ab2c2361d2290dbda74442 Mon Sep 17 00:00:00 2001 From: Brett McBride Date: Tue, 21 May 2024 14:27:12 +1000 Subject: [PATCH] conflict with mockery 1.6.12 (#1313) --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 3c3d450bd..1c9b86703 100644 --- a/composer.json +++ b/composer.json @@ -104,6 +104,9 @@ "symfony/var-exporter": "^5.4 || ^6.4 || ^7.0", "symfony/yaml": "^5.4 || ^6.4 || ^7.0" }, + "conflict": { + "mockery/mockery": "1.6.12" + }, "suggest": { "ext-gmp": "To support unlimited number of synchronous metric readers", "ext-grpc": "To use the OTLP GRPC Exporter",