From 8039da58118f6ace9834226e0a3749f640a12127 Mon Sep 17 00:00:00 2001 From: Philippe von Bergen Date: Thu, 4 Jun 2020 09:13:21 +0200 Subject: [PATCH] Added composer.json --- composer.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..2240575 --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "iqual/iq_lang_switcher", + "description": "Only show published languages in language switcher.", + "type": "drupal-custom-module", + "keywords": [ + "Drupal" + ], + "homepage": "https://github.com/iqual-ch/iq_lang_switcher", + "support": { + "issues": "https://github.com/iqual-ch/iq_lang_switcher/issues", + "source": "https://github.com/iqual-ch/iq_lang_switcher" + }, + "require": { + } +}