From 9f30b80d39b942775957a83fc93fcd495704d004 Mon Sep 17 00:00:00 2001 From: Ferdinand Kuhl Date: Sun, 31 Jul 2022 23:52:38 +0200 Subject: [PATCH] Marking breaking change --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1858857..d2bbd92 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "package-key": "DigiComp.FlowSessionLock" }, "branch-alias": { - "dev-develop": "2.0.x-dev" + "dev-develop": "3.0.x-dev" }, "applied-flow-migrations": [ "Neos.SwiftMailer-20161130105617", @@ -48,4 +48,4 @@ "Neos", "Flow" ] -} \ No newline at end of file +}