From 88c04730326d608874cfd3f7862ae80b0c5ee10c Mon Sep 17 00:00:00 2001 From: "Quintino A. G. Souza" Date: Wed, 25 Mar 2026 16:14:07 -0300 Subject: [PATCH] Altera type para drupal-custom-module Co-Authored-By: Claude Sonnet 4.6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bef6313..b03cecd 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "imecc/ldap_groups_sync", "description": "Base module with shared access-rules infrastructure for LDAP group sync modules.", - "type": "drupal-module", + "type": "drupal-custom-module", "license": "GPL-2.0-or-later", "require": { "php": ">=8.1",