From 41a7f72b5ffeffccb09145313193e462e93a075c Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Sat, 22 Jun 2024 09:53:33 +0200
Subject: [PATCH] Nornalize composer.json

---
 mixins.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mixins.yml b/mixins.yml
index b99e4bf..a235f7b 100644
--- a/mixins.yml
+++ b/mixins.yml
@@ -70,6 +70,8 @@ stages:
     - sed -i "s/DDQG-unsupported-drupal-views_menu_children_filter-3.0.0.0-RC2/DDQG-unsupported-drupal-views_menu_children_filter-3.0.0.0-RC4/g" composer.json
     - sed -i "s/DDQG-unsupported-drupal-login_destination-2.0.0.0-beta6/DDQG-unsupported-drupal-login_destination-2.0.0.0-beta7/g" composer.json
     #- sed -i "s/###/###/g" composer.json
+    # Finally!!! Normalize composer.json by pretty printing it to ensure consistent structure.
+    - cat composer.json | jq -M . | tee composer.json >/dev/null
 
 .customreferences:
   LanguageFiles: []
-- 
GitLab