From e7826f2b5404c5d814e7d8d96d067025186ff97d Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 19 Dec 2024 11:49:41 +1300 Subject: [PATCH] DEP Add conflict with lumberjack 4.0.0-alpha1 --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index c3f087ec..410fe78f 100755 --- a/composer.json +++ b/composer.json @@ -21,6 +21,9 @@ "silverstripe/standards": "^1", "phpstan/extension-installer": "^1.3" }, + "conflict": { + "silverstripe/lumberjack": "4.0.0-alpha1" + }, "extra": { "expose": [ "client/dist",