From 2718dc03da32ac3a77ee0f25e2c002d48dff9d3b Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Fri, 1 Nov 2024 18:06:49 +0100 Subject: [PATCH] Update composer.json Add license --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index b155c77..8d1a748 100755 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "drupal-pattern-lab/unified-twig-extensions", "description": "Share Pattern Lab's custom Twig extensions with Drupal 8.", "type": "drupal-module", + "license": "MIT", "support": { "source": "https://github.com/drupal-pattern-lab/unified-twig-extensions.git" },