From 80ba979b7f0dd1964180a43b44f9397fb9835095 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Mon, 13 Jun 2022 10:42:31 +0200
Subject: [PATCH] Code style

---
 .gitignore    | 1 +
 composer.json | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 80a81fb..47d7c58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /composer.lock
 /.ahoy.l3d
 /.ahoy.yml
+/.lakedrops.yml
diff --git a/composer.json b/composer.json
index 48711b7..bea8e3d 100644
--- a/composer.json
+++ b/composer.json
@@ -58,7 +58,9 @@
     },
     "config": {
         "allow-plugins": {
-            "lakedrops/ahoy": true
+            "dealerdirect/phpcodesniffer-composer-installer": true,
+            "lakedrops/ahoy": false,
+            "lakedrops/drupal-environment": false
         }
     }
 }
-- 
GitLab